aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk28
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-05-30 14:47:25 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-05-30 14:47:25 +0000
commit12621d1545721d9f3360b9c2b2daaf72460dcbd6 (patch)
treeef52a816c216c3dd4a8e9390e06212fd8f57f9d3 /x11-toolkits/wxgtk28
parent1155d39c08b9fbecabfef1207e293b5c9263591b (diff)
downloadports-12621d1545721d9f3360b9c2b2daaf72460dcbd6.tar.gz
ports-12621d1545721d9f3360b9c2b2daaf72460dcbd6.zip
- Use | as a separator instead of comma (,)
- Bump PORTREVISION for affected ports (wxgtk26*-contrib). Requested by: lioux
Notes
Notes: svn path=/head/; revision=136436
Diffstat (limited to 'x11-toolkits/wxgtk28')
-rw-r--r--x11-toolkits/wxgtk28/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile
index de871bd57b92..e5584dc99d90 100644
--- a/x11-toolkits/wxgtk28/Makefile
+++ b/x11-toolkits/wxgtk28/Makefile
@@ -81,9 +81,9 @@ LIB_DEPENDS+= wx_base-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26
pre-configure:
@${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
- -e "s,@CXXFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cxxflags`," \
- -e "s,@CFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cflags`," \
- -e "s,@CPPFLAGS@,,"
+ -e "s|@CXXFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cxxflags`|" \
+ -e "s|@CFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cflags`|" \
+ -e "s|@CPPFLAGS@||"
.endif # !gtk2-contrib-common
.endif # !gtk2-contrib-utils