diff options
author | grant <grant@pkgsrc.org> | 2003-04-10 20:10:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-10 20:10:15 +0000 |
commit | dc40bcec018c5d437e546f24e817561e7d98942c (patch) | |
tree | e08aa7e58a3041d86a2d037d59d2af657fa4f276 /devel | |
parent | 24e7b0ec26752ee8f639aa20242724c4c68b1ba8 (diff) | |
download | pkgsrc-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 'devel')
-rw-r--r-- | devel/sfio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sfio/Makefile b/devel/sfio/Makefile index fed896a6a2d..8a9837858ff 100644 --- a/devel/sfio/Makefile +++ b/devel/sfio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/04/10 01:28:15 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/04/10 20:10:16 grant Exp $ # # pkgsrc/mail/sendmail (as of 8.11.0) specifically wants 1999, not 2000. @@ -21,7 +21,7 @@ COMMENT= Safe and Fast IO library do-extract: @${MKDIR} ${WRKDIR} - cd ${WRKDIR} && ${PAX} -rf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} + cd ${WRKDIR} && ${PAX} -O -rf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} post-patch: ${MV} ${WRKSRC}/man/man3/sfio.3 ${WRKSRC}/man/man3/sfio.3.in |