summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-04-10 20:10:15 +0000
committergrant <grant@pkgsrc.org>2003-04-10 20:10:15 +0000
commitdc40bcec018c5d437e546f24e817561e7d98942c (patch)
treee08aa7e58a3041d86a2d037d59d2af657fa4f276 /sysutils/lsof
parent24e7b0ec26752ee8f639aa20242724c4c68b1ba8 (diff)
downloadpkgsrc-dc40bcec018c5d437e546f24e817561e7d98942c.tar.gz
make usage of pax more consistent, use -O to bomb on broken archives
(suggested by lukem), group z, r and f flags. some whitespace cleanup.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index e2772e4555e..fe536fd7bf0 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2003/03/27 14:13:26 atatat Exp $
+# $NetBSD: Makefile,v 1.60 2003/04/10 20:10:20 grant Exp $
#
DISTNAME= lsof_4.67
@@ -50,7 +50,7 @@ post-extract:
if [ "X${EXTRACT_USING_PAX}" = "X" ]; then \
${GTAR} -xf ${SRCBALL_NAME}.tar; \
else \
- ${PAX} -r < ${SRCBALL_NAME}.tar; \
+ ${PAX} -O -r < ${SRCBALL_NAME}.tar; \
fi)
@( cd ${WRKSRC} ; ${ECHO} "y" | ./Inventory || exit 1 )