diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-03-13 21:42:25 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-03-13 21:42:25 +0000 |
commit | 1733e7bea6eef45f7d0543243b9ca15017d9ef24 (patch) | |
tree | 90ba3e646d8f4eb228e23ae317ccf5cd3ea44e11 /net/dctc-gui | |
parent | 98abb3f16af65cb7bed85bd4bc019a9c8cf17709 (diff) | |
download | ports-1733e7bea6eef45f7d0543243b9ca15017d9ef24.tar.gz ports-1733e7bea6eef45f7d0543243b9ca15017d9ef24.zip |
Notes
Diffstat (limited to 'net/dctc-gui')
-rw-r--r-- | net/dctc-gui/Makefile | 8 | ||||
-rw-r--r-- | net/dctc-gui/distinfo | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net/dctc-gui/Makefile b/net/dctc-gui/Makefile index 477258ec1f52..381dea9c130e 100644 --- a/net/dctc-gui/Makefile +++ b/net/dctc-gui/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dctc -PORTVERSION= 0.47 +PORTVERSION= 0.48 CATEGORIES= net gnome MASTER_SITES= http://ac2i.tzo.com/dctc/ PKGNAMESUFFIX= -gui @@ -32,9 +32,11 @@ DOC_FILES= COPYING ChangeLog README post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 -x ${PERL} -pi -e \ - 's|(hublist)|dc_\1|;s|(\$$\(datadir\))/gnome|\1|; \ + 's|(\$$\(datadir\))/gnome|\1|; \ s|include.+<linux/sem.h>|include <sys/ipc.h>\n#include <sys/sem.h>|' - @${PERL} -pi -e 's|(<stdio.h>.*)$$|\1\n#include <config.h>|' \ + @${PERL} -pi -e 's|(hublist)|dc_\1|m' ${WRKSRC}/configure + @${PERL} -pi -e 's|(<stdio.h>.*)$$|\1\n#include <config.h>|; \ + s|(cmdline.+)(hublist)|\1dc_\2|' \ ${WRKSRC}/src/init_fnc.c post-configure: diff --git a/net/dctc-gui/distinfo b/net/dctc-gui/distinfo index 158e8d485c92..46db0827ae54 100644 --- a/net/dctc-gui/distinfo +++ b/net/dctc-gui/distinfo @@ -1 +1 @@ -MD5 (dc_gui-0.47.tar.gz) = 35ea12523efa7fb4d1f6a03ef2143185 +MD5 (dc_gui-0.48.tar.gz) = 88aac966b87559f3e4c4dc69d3a2df5e |