diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-04 23:43:01 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-04 23:43:01 +0000 |
commit | 7b67f0dc667e3f4222fcd7610f1e75924caa0a00 (patch) | |
tree | 4c3d84a80db318891b441ebdbbf431b5704bbe78 /net-p2p | |
parent | 5aedbffd844d0d80e0b6b42b51aeb91e47378b7d (diff) | |
download | FreeBSD-ports-7b67f0dc667e3f4222fcd7610f1e75924caa0a00.zip FreeBSD-ports-7b67f0dc667e3f4222fcd7610f1e75924caa0a00.tar.gz |
Bump PORTREVISION since we improved a patch
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dctc-gui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile index b07bc15..7347547 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 |