diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-22 08:56:00 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-22 08:56:00 +0000 |
commit | 932cf02aa8a7c2c13fb95d97e378e33133a5158b (patch) | |
tree | b573501ba5ed86049df73f6dbaf6b1e4bf2ccbd5 /x11-toolkits/qt33 | |
parent | Update to 3.2.4; (diff) |
Do not install qmake.conf.bak left from REINPLACE_CMD.
Notes
Notes:
svn path=/head/; revision=76134
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |