diff options
author | pav <pav@FreeBSD.org> | 2005-02-17 23:59:39 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-17 23:59:39 +0000 |
commit | 414491918f95b9e14300a91883e4bcc6e337b3fc (patch) | |
tree | a8969c46e90758fc1c102cec337d169ad738fbc7 /mail/pfqueue/Makefile | |
parent | c02323cf0e6680e24efa32905ae1d6b163300d31 (diff) | |
download | FreeBSD-ports-414491918f95b9e14300a91883e4bcc6e337b3fc.zip FreeBSD-ports-414491918f95b9e14300a91883e4bcc6e337b3fc.tar.gz |
- Update to 0.3.2
PR: ports/77647
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Approved by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Diffstat (limited to 'mail/pfqueue/Makefile')
-rw-r--r-- | mail/pfqueue/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile index 590e7d7..48fe899 100644 --- a/mail/pfqueue/Makefile +++ b/mail/pfqueue/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pfqueue -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,10 +14,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= marcus@corp.grupos.com.br COMMENT= A console-based tool for handling postfix queues +USE_REINPLACE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} MAN1= pfqueue.1 PLIST_FILES= bin/pfqueue +post-patch: + ${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g; s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure + .include <bsd.port.mk> |