summaryrefslogtreecommitdiff
path: root/pkgtools/x11-links
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-11-26 06:53:57 +0000
committerjlam <jlam@pkgsrc.org>2002-11-26 06:53:57 +0000
commitad3034ce59e97e68a1628a3dc04943529f33b569 (patch)
tree039d4256d829fe9b88355d45288670d2590da64a /pkgtools/x11-links
parent74de443f283e02b1c4ddda8223b825ec04a60635 (diff)
downloadpkgsrc-ad3034ce59e97e68a1628a3dc04943529f33b569.tar.gz
Use "cp" instead of "pax" to copy the directory trees.
Diffstat (limited to 'pkgtools/x11-links')
-rw-r--r--pkgtools/x11-links/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile
index 16eed51d6ef..03665767700 100644
--- a/pkgtools/x11-links/Makefile
+++ b/pkgtools/x11-links/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2002/10/08 09:23:17 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2002/11/26 06:53:57 jlam Exp $
#
# NOTE: If you update this package, then you'll likely need to also update
# the x11-links dependency in mk/buildlink2/bsd.buidlink2.mk to the
@@ -39,7 +39,7 @@ IGNORE= "x11-links requires X headers to be installed"
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/${BUILDLINK_X11_SUBDIR}
cd ${BUILDLINK_DIR} && \
- ${PAX} -rw include lib ${PREFIX}/${BUILDLINK_X11_SUBDIR}
+ ${CP} -R include lib ${PREFIX}/${BUILDLINK_X11_SUBDIR}
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${BUILDLINK_X11_SUBDIR}
${CAT} ${PKGDIR}/PLIST > ${PLIST_SRC}
cd ${PREFIX}; ${FIND} ${BUILDLINK_X11_SUBDIR} \! -type d -print \