From e7bbabc9cd332ba069bf7cf86ced43007c322d85 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 2 Apr 2022 10:13:29 +0000 Subject: [PATCH] Remove manual do-gen example now that we have autoreconf. ok sthen@ --- infrastructure/templates/Makefile.template | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/infrastructure/templates/Makefile.template b/infrastructure/templates/Makefile.template index 41710ed7062..84510fe3c06 100644 --- a/infrastructure/templates/Makefile.template +++ b/infrastructure/templates/Makefile.template @@ -246,15 +246,4 @@ MASTER_SITES = ??? #INSTALL_TARGET = ??? #TEST_TARGET = ??? -# For ports that use a script or autoreconf to generate autoconf/automake -# files (where "CONFIGURE_STYLE=autoconf" isn't enough), use some/all of these -# dependencies, and add a do-gen target: -# -#BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \ -# ${MODGNU_AUTOMAKE_DEPENDS} \ -# devel/libtool -# -#do-gen: -# cd ${WRKSRC}; ${AUTOCONF_ENV} ./autogen.sh - .include