summaryrefslogtreecommitdiff
path: root/net-p2p/dctc-gui/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-04 23:43:01 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-04 23:43:01 +0000
commita10954a64f85b9e61ad0e44b39eed3040488a80d (patch)
tree4088158e8a5cb11fd73c2804db0d04010de04bd0 /net-p2p/dctc-gui/Makefile
parentUpdate to 1.4.8 + fix a security vulnerability. (diff)
Bump PORTREVISION since we improved a patch
Notes
Notes: svn path=/head/; revision=64010
Diffstat (limited to 'net-p2p/dctc-gui/Makefile')
-rw-r--r--net-p2p/dctc-gui/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile
index b07bc154e5f7..7347547687b8 100644
--- a/net-p2p/dctc-gui/Makefile
+++ b/net-p2p/dctc-gui/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dctc
PORTVERSION= 0.59
+PORTREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= http://ac2i.tzo.com/dctc/
PKGNAMESUFFIX= -gui
@@ -43,7 +44,7 @@ post-patch:
s|(cmdline.+)(hublist)|\1dc_\2|' \
${WRKSRC}/src/init_fnc.c
# XXX - revise at every port update
- @${REINPLACE_CMD} -e "s|%'|%|" ${WRKSRC}/src/*.c
+ @${REINPLACE_CMD} -e "s|%'|%|g" ${WRKSRC}/src/*.c
post-configure:
@${ECHO_CMD} '#ifndef MSG_NOSIGNAL' >> ${CONFIGURE_WRKSRC}/config.h