diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-04 06:14:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-04 06:14:57 +0000 |
commit | 478cba00bbf074da143ec606b9edc9d601c81491 (patch) | |
tree | 694a2f29a87b122f762a40ca21c06f9041e844d5 /www | |
parent | 13068ed6d1f1c7c9e50b47c9764285fb83ec938e (diff) | |
download | pkgsrc-478cba00bbf074da143ec606b9edc9d601c81491.tar.gz |
By default, prevent invocation of GNU "auto*" driven by the generated
Makefiles during the build process by touching various auto{conf,make}
source files to make them up-to-date. Packages that require regenerating
the configure script and Makefile.in files should make the appropriate
calls to auto{conf,make} in a pre-configure target. This allows the
various targets listed in ${_CONFIG_PREREQ} to modify the generated files
without triggering the GNU auto* tools and having the modifications be
overwritten.
Diffstat (limited to 'www')
-rw-r--r-- | www/quanta/Makefile | 3 | ||||
-rw-r--r-- | www/surfraw/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/www/quanta/Makefile b/www/quanta/Makefile index 5e8cecd104d..8fe0e19a0d2 100644 --- a/www/quanta/Makefile +++ b/www/quanta/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/12/03 16:16:31 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/12/04 06:15:01 jlam Exp $ DISTNAME= quanta-2.0-pr2 PKGNAME= quanta-1.9.9.2 @@ -16,7 +16,6 @@ BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 BUILD_USES_MSGFMT= YES USE_BUILDLINK_ONLY= YES -AUTOMAKE_OVERRIDE= YES USE_GMAKE= YES GNU_CONFIGURE= YES diff --git a/www/surfraw/Makefile b/www/surfraw/Makefile index d2697f064d5..fb118d5728f 100644 --- a/www/surfraw/Makefile +++ b/www/surfraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/12/02 06:56:47 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2001/12/04 06:15:01 jlam Exp $ # DISTNAME= surfraw-1.0.5 @@ -12,7 +12,6 @@ COMMENT= Shell Users' Revolutionary Front Rage Against the Web CONFLICTS+= surfaw-[0-9]* USE_BUILDLINK_ONLY= YES -AUTOMAKE_OVERRIDE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |