summaryrefslogtreecommitdiff
path: root/security/amavis-perl
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-07-10 11:55:28 +0000
committerkristerw <kristerw>2005-07-10 11:55:28 +0000
commitccc3cb6904c399a64a65284c433fe12960119068 (patch)
tree6fcf045882fe598d072a37a64ce1265e6481f0e3 /security/amavis-perl
parent486f2d9ca6e3536aa104033b0f87f60396e03150 (diff)
downloadpkgsrc-ccc3cb6904c399a64a65284c433fe12960119068.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'security/amavis-perl')
-rw-r--r--security/amavis-perl/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/amavis-perl/Makefile b/security/amavis-perl/Makefile
index ddceb32d5bf..033cf1a92e6 100644
--- a/security/amavis-perl/Makefile
+++ b/security/amavis-perl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2005/06/17 03:50:31 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2005/07/10 11:55:28 kristerw Exp $
DISTNAME= amavisd-${VERSION}
PKGNAME= amavis-perl-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security mail
MASTER_SITES= http://www.amavis.org/dist/perl/ \
${MASTER_SITE_SOURCEFORGE:=amavis/}
@@ -49,6 +49,9 @@ VIRUSMAILTO?= security # whom to notify about viruses
GNU_CONFIGURE= YES
PLIST_SRC= ${PKGDIR}/PLIST
+USE_TOOLS+= file
+CONFIGURE_ENV+= file=${TOOLS_FILE_CMD}
+
CONFIGURE_ENV+= procmail="/usr/libexec/mail.local"
# XXX Milter needs pthreads, and configure fails looking for it
# because ${PREFIX}/include is not available in the include path.