summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorgrant <grant>2003-04-10 20:10:15 +0000
committergrant <grant>2003-04-10 20:10:15 +0000
commit78921545271c9c304bf31da7bb32e3e490a57d24 (patch)
treee08aa7e58a3041d86a2d037d59d2af657fa4f276 /sysutils/lsof
parenta7d6297de36c714ba3a95969346280c4248c1778 (diff)
downloadpkgsrc-78921545271c9c304bf31da7bb32e3e490a57d24.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 )