summaryrefslogtreecommitdiff
path: root/x11/qt3-tools
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-07-02 13:41:03 +0000
committermarkd <markd@pkgsrc.org>2006-07-02 13:41:03 +0000
commitf029d82fd6e172ee84563fe97f7749a5a062afac (patch)
tree2d6ddb73527086944109ce5747c113ca77a8098d /x11/qt3-tools
parent0ae8b9d01c93042165e717a5f5d3aa4e778aed86 (diff)
downloadpkgsrc-f029d82fd6e172ee84563fe97f7749a5a062afac.tar.gz
"cp -R" munges symlinks on Solaris so use pax instead.
Fixes PR pkg/33828.
Diffstat (limited to 'x11/qt3-tools')
-rw-r--r--x11/qt3-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile
index f1a57fab102..f5d1f3c8180 100644
--- a/x11/qt3-tools/Makefile
+++ b/x11/qt3-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2006/04/17 13:46:05 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2006/07/02 13:41:03 markd Exp $
.include "../../mk/bsd.prefs.mk"
# XXX: hack - work round an ICE with GCC 3.3 on sparc
@@ -44,7 +44,7 @@ do-install:
${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/qtconfig ${QTPREFIX}/bin
${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/qmake ${QTPREFIX}/bin/qmake
${INSTALL_DATA_DIR} ${QTPREFIX}/mkspecs
- ${CP} -R ${WRKSRC}/mkspecs ${QTPREFIX}
+ cd ${WRKSRC}/mkspecs && ${PAX} -rw . ${QTPREFIX}/mkspecs
.include "../../converters/libiconv/buildlink3.mk"
.include "../../x11/qt3-libs/buildlink3.mk"