diff options
Diffstat (limited to 'print/LPRng-doc')
-rw-r--r-- | print/LPRng-doc/Makefile | 8 |
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" |