aboutsummaryrefslogtreecommitdiff
path: root/mail/pfqueue/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-17 23:59:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-17 23:59:39 +0000
commitfffddd33d483a3ec4edb5cdd62ef19ef2a21ae65 (patch)
tree6d4e1367b7aa206bc62f70e3a1093dc7327cb4e5 /mail/pfqueue/Makefile
parent7bc45a6b4c0fd51b3bebc602f3e139908412696b (diff)
downloadports-fffddd33d483a3ec4edb5cdd62ef19ef2a21ae65.tar.gz
ports-fffddd33d483a3ec4edb5cdd62ef19ef2a21ae65.zip
Notes
Diffstat (limited to 'mail/pfqueue/Makefile')
-rw-r--r--mail/pfqueue/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile
index 590e7d7679c5..48fe899d167c 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>