diff options
author | jlam <jlam> | 2001-12-04 06:14:57 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-12-04 06:14:57 +0000 |
commit | fbe8a6a4d05f84a2087319ab8d7c3aa24aab2232 (patch) | |
tree | 694a2f29a87b122f762a40ca21c06f9041e844d5 /security | |
parent | 5515e9fb977439e4346363c0120566ee3b1eefbb (diff) | |
download | pkgsrc-fbe8a6a4d05f84a2087319ab8d7c3aa24aab2232.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 'security')
-rw-r--r-- | security/cyrus-sasl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index 6365267aad3..56a242b2d42 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/12/02 06:56:43 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2001/12/04 06:15:00 jlam Exp $ DISTNAME= cyrus-sasl-1.5.24 PKGREVISION= 3 @@ -13,7 +13,6 @@ COMMENT= Simple Authentication and Security Layer BUILD_DEPENDS+= automake>=1.4:../../devel/automake -AUTOMAKE_OVERRIDE= YES USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES USE_GMAKE= YES |