From 4535556bf1545bc61a8c82181c764d90d3fa2c31 Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 16 Apr 2003 18:02:00 +0000 Subject: Redo argument grouping to actually work (options come before patterns) --- print/LPRng-doc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'print/LPRng-doc') diff --git a/print/LPRng-doc/Makefile b/print/LPRng-doc/Makefile index 02e0d77f54a..4dd1407fad6 100644 --- a/print/LPRng-doc/Makefile +++ b/print/LPRng-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/04/10 20:10:18 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/04/16 18:02:00 jmc 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} -O -zr -s "#^${DISTNAME}/#${PREFIX}/share/doc/LPRng/#" \ - '*.dvi' '*.gif' '*.html' '*.ps' '*.txt' \ - -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \ + ${PAX} -O -zr -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \ + -s "#^${DISTNAME}/#${PREFIX}/share/doc/LPRng/#" \ + '*.dvi' '*.gif' '*.html' '*.ps' '*.txt' .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3