summaryrefslogtreecommitdiff
path: root/emulators
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 /emulators
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 'emulators')
-rw-r--r--emulators/hercules-images/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/hercules-images/Makefile b/emulators/hercules-images/Makefile
index fa04e0c5d72..53b9ccf00d6 100644
--- a/emulators/hercules-images/Makefile
+++ b/emulators/hercules-images/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/03/29 12:40:49 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2003/04/10 20:10:16 grant Exp $
DISTNAME= mftr33
PKGNAME= hercules-images-20010222
@@ -16,7 +16,7 @@ EXTRACT_ONLY=
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/data/hercules
- cd ${PREFIX}/share/data/hercules; \
- (${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ; dd if=/dev/zero bs=10k count=2) | ${PAX} -r
+ cd ${PREFIX}/share/data/hercules && \
+ (${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}; dd if=/dev/zero bs=10k count=2) | ${PAX} -O -r
.include "../../mk/bsd.pkg.mk"