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
commitd25c755544386f1c18396762c94db89d66737e79 (patch)
tree02e31f2fa80430b9543fe36793985a7a8fccf63f /security
parent9158e7670c103d1e38c0d8011be466eadf3d63c3 (diff)
downloadpkgsrc-d25c755544386f1c18396762c94db89d66737e79.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}