pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt3-libs remove patch backup files in mkspecs/ so ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b41c39163f44
branches: trunk
changeset: 482609:b41c39163f44
user: grant <grant%pkgsrc.org@localhost>
date: Sat Oct 30 13:28:40 2004 +0000
description:
remove patch backup files in mkspecs/ so they don't get mistakenly
installed.
diffstat:
x11/qt3-libs/Makefile.common | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 8c1c81c10891 -r b41c39163f44 x11/qt3-libs/Makefile.common
--- a/x11/qt3-libs/Makefile.common Sat Oct 30 12:34:51 2004 +0000
+++ b/x11/qt3-libs/Makefile.common Sat Oct 30 13:28:40 2004 +0000
@@ -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 @@
${FILESDIR}/qmake.conf > ${WRKSRC}/qmake.conf
for dir in ${WRKSRC}/mkspecs/*; do \
${CP} ${WRKSRC}/qmake.conf $${dir}; \
+ ${RM} -f $${dir}/*.orig; \
done
Home |
Main Index |
Thread Index |
Old Index