aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/gnunet/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-06 19:38:10 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-06 19:38:10 +0000
commitb617159f9c4787c92ca562a958bcfc49139ff321 (patch)
tree56b7da073650a155379e715f64ccaa8f3cb2b234 /net-p2p/gnunet/Makefile
parent0d8495116cd1fde36d4dbe78e37cdabc2d12a5cd (diff)
downloadports-b617159f9c4787c92ca562a958bcfc49139ff321.tar.gz
ports-b617159f9c4787c92ca562a958bcfc49139ff321.zip
Notes
Diffstat (limited to 'net-p2p/gnunet/Makefile')
-rw-r--r--net-p2p/gnunet/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile
index 4a23075ba739..33475dc634fb 100644
--- a/net-p2p/gnunet/Makefile
+++ b/net-p2p/gnunet/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= gnunet
-PORTVERSION= 0.5.5
-PORTREVISION= 1
+PORTVERSION= 0.6.0
CATEGORIES= net
MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \
${MASTER_SITE_GNU}
@@ -93,8 +92,9 @@ pre-everything::
@${ECHO_MSG} ""
post-patch:
+ @{FIND} ${WRKSRC} -name configure | ${XARGS} \
@${REINPLACE_CMD} -e \
's|-pthread [\$$]CFLAGS|${PTHREAD_CFLAGS} \$$CFLAGS|g ; \
- s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+ s|-lpthread|${PTHREAD_LIBS}|g'
.include <bsd.port.mk>