summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorgrant <grant>2003-04-10 01:28:03 +0000
committergrant <grant>2003-04-10 01:28:03 +0000
commit2d65f19925e5c795e06b94bd8db069e75ae2aa28 (patch)
treec67db081e20351feb52d2ca5fbde4b2c17aa2887 /pkgtools
parent3905ae8de1e929b7eb3402b27cc3173598ce5afc (diff)
downloadpkgsrc-2d65f19925e5c795e06b94bd8db069e75ae2aa28.tar.gz
make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
Diffstat (limited to 'pkgtools')
-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 a64c573e3f1..018a204ff73 100644
--- a/pkgtools/x11-links/Makefile
+++ b/pkgtools/x11-links/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2003/03/29 12:42:13 jmmv Exp $
+# $NetBSD: Makefile,v 1.31 2003/04/10 01:28:22 grant Exp $
#
# NOTE: If you update this package, then you'll likely need to also update
# the x11-links dependency in mk/buildlink2/bsd.buildlink2.mk to the
@@ -40,7 +40,7 @@ PKG_FAIL_REASON= "${PKGNAME} requires X headers to be installed"
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/${BUILDLINK_X11_SUBDIR}
cd ${BUILDLINK_DIR} && { ${ECHO} include ; ${ECHO} lib ; } | \
- ${PAX} -r -w ${PREFIX}/${BUILDLINK_X11_SUBDIR}
+ ${PAX} -rw ${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 \