diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-03-06 21:01:16 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-03-06 21:01:16 +0000 |
commit | cf23a3683681e1db5ff27ca87f64b2f677edd84b (patch) | |
tree | 0e723e5c459dc0117979d8c5348d9331f67f84c0 /mail/pfqueue/Makefile | |
parent | 17d77b6809475fccde9da0f9b68a6d2ed53212b6 (diff) | |
download | ports-cf23a3683681e1db5ff27ca87f64b2f677edd84b.tar.gz ports-cf23a3683681e1db5ff27ca87f64b2f677edd84b.zip |
- Update to 0.5.6
PR: 109578 (based on)
Submitted by: Richard Tector<richardtector___thekeelecentre.com>
Notes
Notes:
svn path=/head/; revision=186730
Diffstat (limited to 'mail/pfqueue/Makefile')
-rw-r--r-- | mail/pfqueue/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile index b86ff85bf9f1..4f4b88dfc990 100644 --- a/mail/pfqueue/Makefile +++ b/mail/pfqueue/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pfqueue -PORTVERSION= 0.5.3 +PORTVERSION= 0.5.6 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,9 +14,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mnag@FreeBSD.org COMMENT= A console-based tool for handling Postfix 1, Postfix 2 and Exim queues +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= pfqueue.1 |