aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2004-05-10 05:33:12 +0800
committermezz <mezz@FreeBSD.org>2004-05-10 05:33:12 +0800
commitb4c2203dfa2f5b6c6d1fd734c032f12bbd66e3a5 (patch)
tree26abba66deaa657e0916545dfdee029991f1abc9 /ftp
parentb32b8aeab6ee302ff7d92da1b70525bb7fc0e86b (diff)
downloadfreebsd-ports-gnome-b4c2203dfa2f5b6c6d1fd734c032f12bbd66e3a5.tar.gz
freebsd-ports-gnome-b4c2203dfa2f5b6c6d1fd734c032f12bbd66e3a5.tar.zst
freebsd-ports-gnome-b4c2203dfa2f5b6c6d1fd734c032f12bbd66e3a5.zip
Fix the build on 4.X.
Reported by: bento via kris Tested by: pav Approved by: marcus (backup mentor)
Diffstat (limited to 'ftp')
-rw-r--r--ftp/urlgfe/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/urlgfe/Makefile b/ftp/urlgfe/Makefile
index f03a21e43af8..9d399e573c0e 100644
--- a/ftp/urlgfe/Makefile
+++ b/ftp/urlgfe/Makefile
@@ -35,6 +35,9 @@ PLIST_SUB+= GNOME:="@comment "
.endif
post-patch:
+ @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's| $$||g'
+ @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
@${REINPLACE_CMD} -e 's|[$$]{prefix}/doc/urlgfe|${DOCSDIR}|g' \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's| $$||g ; s|urlgfe_icon|urlgfe-icon|g ; \