diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-10 11:55:28 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-10 11:55:28 +0000 |
commit | 88ab97eb82a47a5c1165815ea6431101949da458 (patch) | |
tree | 6fcf045882fe598d072a37a64ce1265e6481f0e3 /security | |
parent | 3c85b1b66878dae95525bf3c90c80433df748b15 (diff) | |
download | pkgsrc-88ab97eb82a47a5c1165815ea6431101949da458.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-perl/Makefile | 7 |
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. |