diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2004-11-08 20:23:55 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2004-11-08 20:23:55 +0000 |
commit | 057d12819e3fe937d9d1f8d2abf203f11b4897ec (patch) | |
tree | db294eacd93239d0100a90991a6841974c1d34a3 | |
parent | 8f1055cf079fb8356d89276fd98aa95fb538b0c3 (diff) | |
download | ports-057d12819e3fe937d9d1f8d2abf203f11b4897ec.tar.gz ports-057d12819e3fe937d9d1f8d2abf203f11b4897ec.zip |
Notes
-rw-r--r-- | devel/qmake/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/qmake/Makefile b/devel/qmake/Makefile index 1975564333c0..bd9747f04073 100644 --- a/devel/qmake/Makefile +++ b/devel/qmake/Makefile @@ -45,16 +45,16 @@ post-install: post-patch: @${RM} -fr ${WRKSRC}/examples ${WRKSRC}/tutorial - @${REINPLACE_CMD} -e 's,-O2,${CXXFLAGS},' \ - -e 's,gcc,${CC},' \ - -e 's,g++,${CXX},' \ - -e 's,/usr/local,${LOCALBASE},' \ - -e 's,/usr/X11R6,${X11BASE},' \ - -e 's,release,release thread,' \ - -e 's,-pthread -D_THREAD_SAFE,${PTHREAD_CFLAGS},' \ - -e 's,-pthread,${PTHREAD_LIBS},' \ + @${REINPLACE_CMD} -e 's|-O2|${CXXFLAGS}|' \ + -e 's|gcc|${CC}|' \ + -e 's|g++|${CXX}|' \ + -e 's|/usr/local|${LOCALBASE}|' \ + -e 's|/usr/X11R6|${X11BASE}|' \ + -e 's|release|release thread|' \ + -e 's|-pthread -D_THREAD_SAFE|${PTHREAD_CFLAGS}|' \ + -e 's|-pthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/../mkspecs/freebsd-g++/qmake.conf - @${REINPLACE_CMD} -e 's,@QMAKE_QTOBJS@,,g' ${WRKSRC}/Makefile.unix + @${REINPLACE_CMD} -e 's|@QMAKE_QTOBJS@||g' ${WRKSRC}/Makefile.unix do-configure: ${SED} -e 's|/usr/local|${PREFIX}|g' \ |