aboutsummaryrefslogtreecommitdiff
path: root/net/xmlrpc-c-devel/Makefile
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2008-04-17 00:00:41 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2008-04-17 00:00:41 +0000
commit7a752485a58849f5a3e1877bffc0a9f9177b4d8c (patch)
tree46c47b471a3bf9ce88bc24799e0959e16248ae1c /net/xmlrpc-c-devel/Makefile
parentc80527d1422e164e9cce5eafe3a25ff634888dc3 (diff)
downloadports-7a752485a58849f5a3e1877bffc0a9f9177b4d8c.tar.gz
ports-7a752485a58849f5a3e1877bffc0a9f9177b4d8c.zip
Notes
Diffstat (limited to 'net/xmlrpc-c-devel/Makefile')
-rw-r--r--net/xmlrpc-c-devel/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/xmlrpc-c-devel/Makefile b/net/xmlrpc-c-devel/Makefile
index 31680f53c672..b04b013a912e 100644
--- a/net/xmlrpc-c-devel/Makefile
+++ b/net/xmlrpc-c-devel/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= xmlrpc-c
-PORTVERSION= 1.06.25
+PORTVERSION= 1.06.26
CATEGORIES= net
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
@@ -58,6 +58,10 @@ PLIST_SUB+= CLIENT="@comment "
PLIST_SUB+= CLIENT=""
.endif
+post-extract:
+ @${FIND} ${WRKSRC} -type l -name blddir | ${XARGS} ${RM}
+ @${FIND} ${WRKSRC} -type l -name srcdir | ${XARGS} ${RM}
+
post-patch:
@${GREP} -lR '\-lpthread' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g'