summaryrefslogtreecommitdiff
path: root/x11/qt3-libs
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-10-30 13:28:40 +0000
committergrant <grant@pkgsrc.org>2004-10-30 13:28:40 +0000
commitaddf7636090628ba79f04bfd8d5613748d0cb152 (patch)
tree7256ccf012225b8cc223e5434543c4ea55e4b0a1 /x11/qt3-libs
parent9e01f784c75cca9562e6265f8441e1cf8ace1a6b (diff)
downloadpkgsrc-addf7636090628ba79f04bfd8d5613748d0cb152.tar.gz
remove patch backup files in mkspecs/ so they don't get mistakenly
installed.
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r--x11/qt3-libs/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common
index 36ee91dfec0..1b4baed5373 100644
--- a/x11/qt3-libs/Makefile.common
+++ b/x11/qt3-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2004/10/28 10:32:23 gavan Exp $
+# $NetBSD: Makefile.common,v 1.40 2004/10/30 13:28:40 grant Exp $
#
DISTNAME= qt-x11-free-${QTVERSION}
CATEGORIES= x11
@@ -108,4 +108,5 @@ post-patch:
${FILESDIR}/qmake.conf > ${WRKSRC}/qmake.conf
for dir in ${WRKSRC}/mkspecs/*; do \
${CP} ${WRKSRC}/qmake.conf $${dir}; \
+ ${RM} -f $${dir}/*.orig; \
done