diff options
author | kristerw <kristerw> | 2005-07-26 19:28:55 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-07-26 19:28:55 +0000 |
commit | 558d52a64c3c56d6f22ea229a2fdc8893478ba12 (patch) | |
tree | 02e31f2fa80430b9543fe36793985a7a8fccf63f /security | |
parent | b4cf9d1badaf9c9d2511b0e8474c72976415a2d2 (diff) | |
download | pkgsrc-558d52a64c3c56d6f22ea229a2fdc8893478ba12.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/amavis/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/amavis/Makefile b/security/amavis/Makefile index fef56f3d2e3..80e631f2322 100644 --- a/security/amavis/Makefile +++ b/security/amavis/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2005/06/17 03:50:31 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/07/26 19:28:55 kristerw Exp $ # DISTNAME= amavis-0.2.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= security mail MASTER_SITES= http://www.amavis.org/dist/ \ http://aachalon.de/AMaViS/ @@ -30,6 +30,7 @@ VIRUSMAILTO?= security # whom to notify about viruses GNU_CONFIGURE= YES CONFIGURE_ENV+= procmail="/usr/libexec/mail.local" +CONFIGURE_ENV+= BASH=${TOOLS_SH} CONFIGURE_ARGS+=--with-virusdir=${VIRUSDIR} CONFIGURE_ARGS+=--with-mailto=${VIRUSMAILTO} |