From f029d82fd6e172ee84563fe97f7749a5a062afac Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 2 Jul 2006 13:41:03 +0000 Subject: "cp -R" munges symlinks on Solaris so use pax instead. Fixes PR pkg/33828. --- x11/qt3-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/qt3-tools') 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" -- cgit v1.2.3