summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-05-09 21:33:12 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-05-09 21:33:12 +0000
commita335212ff88057e67c6b8dcf8a861d31a34b1ddf (patch)
tree604efc8f276a0cd2dea2af6f446c8747d83c5e09
parentAdd gauche-gaunit 0.0.5, an unit testing framework in Gauche. (diff)
Fix the build on 4.X.
Reported by: bento via kris Tested by: pav Approved by: marcus (backup mentor)
Notes
Notes: svn path=/head/; revision=108767
-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 ; \