aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/gnunet/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-10-07 03:38:10 +0800
committerkrion <krion@FreeBSD.org>2003-10-07 03:38:10 +0800
commit0ee9d8a61b23daefcd5020fce100e943238b1b3c (patch)
tree574362baf370f0351eb4060cb8fc8ee898f44c6f /net-p2p/gnunet/Makefile
parentf4d3cc18778891828cac9dced8e2b484302a42b7 (diff)
downloadfreebsd-ports-gnome-0ee9d8a61b23daefcd5020fce100e943238b1b3c.tar.gz
freebsd-ports-gnome-0ee9d8a61b23daefcd5020fce100e943238b1b3c.tar.zst
freebsd-ports-gnome-0ee9d8a61b23daefcd5020fce100e943238b1b3c.zip
- Update to 0.6.0
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>