diff options
author | demon <demon@FreeBSD.org> | 2003-02-22 16:56:00 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-02-22 16:56:00 +0800 |
commit | e940a7276fb5c1d10914a668ddf98b4fd872e1e2 (patch) | |
tree | 1b7126f2695dbdf030d17a506a52b70a80718d2e /x11-toolkits | |
parent | 4506e2f3ee690ab79fd0f68eb6fc7f71d53ef078 (diff) | |
download | freebsd-ports-gnome-e940a7276fb5c1d10914a668ddf98b4fd872e1e2.tar.gz freebsd-ports-gnome-e940a7276fb5c1d10914a668ddf98b4fd872e1e2.tar.zst freebsd-ports-gnome-e940a7276fb5c1d10914a668ddf98b4fd872e1e2.zip |
Do not install qmake.conf.bak left from REINPLACE_CMD.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt31/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index 099583dc5fd0..a1c7ceef3a1d 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/Makefile @@ -97,6 +97,7 @@ post-patch: ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf @${REINPLACE_CMD} -e 's,release,release thread,' \ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf + @${RM} ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf.bak post-build: .for tool in makeqpf mergetr msg2qm qembed qvfb diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index 099583dc5fd0..a1c7ceef3a1d 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -97,6 +97,7 @@ post-patch: ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf @${REINPLACE_CMD} -e 's,release,release thread,' \ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf + @${RM} ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf.bak post-build: .for tool in makeqpf mergetr msg2qm qembed qvfb diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 099583dc5fd0..a1c7ceef3a1d 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -97,6 +97,7 @@ post-patch: ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf @${REINPLACE_CMD} -e 's,release,release thread,' \ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf + @${RM} ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf.bak post-build: .for tool in makeqpf mergetr msg2qm qembed qvfb |