pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/amavis-perl Prevent paths to the build direct...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1312365c63a8
branches:  trunk
changeset: 496725:1312365c63a8
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jul 10 11:55:28 2005 +0000

description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

diffstat:

 security/amavis-perl/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 83c1932499b3 -r 1312365c63a8 security/amavis-perl/Makefile
--- a/security/amavis-perl/Makefile     Sun Jul 10 11:37:52 2005 +0000
+++ b/security/amavis-perl/Makefile     Sun Jul 10 11:55:28 2005 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index