Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
This commit is contained in:
parent
3c85b1b668
commit
88ab97eb82
1 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue