summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-07-26 19:28:55 +0000
committerkristerw <kristerw@pkgsrc.org>2005-07-26 19:28:55 +0000
commit2698f98a362204a3c43e91e677a6372ec3f136ae (patch)
tree02e31f2fa80430b9543fe36793985a7a8fccf63f /security
parentfc57061bafbbd003234a183ae5d7e541bc44edfc (diff)
downloadpkgsrc-2698f98a362204a3c43e91e677a6372ec3f136ae.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/Makefile5
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}