From 12621d1545721d9f3360b9c2b2daaf72460dcbd6 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Mon, 30 May 2005 14:47:25 +0000 Subject: - Use | as a separator instead of comma (,) - Bump PORTREVISION for affected ports (wxgtk26*-contrib). Requested by: lioux --- x11-toolkits/wxgtk28/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11-toolkits/wxgtk28') 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 -- cgit v1.2.3