summaryrefslogtreecommitdiff
path: root/print/LPRng-doc
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 /print/LPRng-doc
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 'print/LPRng-doc')
-rw-r--r--print/LPRng-doc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/LPRng-doc/Makefile b/print/LPRng-doc/Makefile
index 24bd010784f..02e0d77f54a 100644
--- a/print/LPRng-doc/Makefile
+++ b/print/LPRng-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/03/28 21:14:29 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2003/04/10 20:10:18 grant Exp $
# FreeBSD Id: Makefile,v 1.5 1998/10/21 00:57:27 steve Exp
#
@@ -18,8 +18,8 @@ NO_BUILD= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/LPRng
- ${PAX} -rOzf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
- -s "#^${DISTNAME}/#${PREFIX}/share/doc/LPRng/#" \
- '*.dvi' '*.gif' '*.html' '*.ps' '*.txt'
+ ${PAX} -O -zr -s "#^${DISTNAME}/#${PREFIX}/share/doc/LPRng/#" \
+ '*.dvi' '*.gif' '*.html' '*.ps' '*.txt' \
+ -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
.include "../../mk/bsd.pkg.mk"