summaryrefslogtreecommitdiff
path: root/pkgtools/x11-links
diff options
context:
space:
mode:
authorjlam <jlam>2002-11-26 06:53:57 +0000
committerjlam <jlam>2002-11-26 06:53:57 +0000
commitbc4944fbbd0cf7cdd6e83f68c6a185b9c0354d63 (patch)
tree039d4256d829fe9b88355d45288670d2590da64a /pkgtools/x11-links
parentca9281681009e50044a1ea5db9103e80e109c67c (diff)
downloadpkgsrc-bc4944fbbd0cf7cdd6e83f68c6a185b9c0354d63.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 \