From 62b5ee6beaca2d3259d7e0ecd346543a5566a659 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Thu, 23 Feb 2006 18:54:49 +0000 Subject: - Fix name on load shared lib. - Bump PORTREVISION Submitted by: Anton Yuzhaninov Approved by: portmgr (clement) --- mail/pfqueue/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile index 504d0ecc76f5..fbea15eb950c 100644 --- a/mail/pfqueue/Makefile +++ b/mail/pfqueue/Makefile @@ -7,7 +7,7 @@ PORTNAME= pfqueue PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,6 +23,9 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= pfqueue.1 post-patch: - @${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g; s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g" \ + -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|PFQ_SONAME "0.0.0"|PFQ_SONAME "0"|' \ + ${WRKSRC}/libpfq/pfqlib.c .include -- cgit v1.2.3