summaryrefslogtreecommitdiff
path: root/print/LPRng-doc
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-04-16 18:02:00 +0000
committerjmc <jmc@pkgsrc.org>2003-04-16 18:02:00 +0000
commitaf2f0b54ff4145fdd927f88281ea8833b32a288e (patch)
treed4ff057ea6c00a0febe59d392521525a8a768961 /print/LPRng-doc
parent8552b13914bc4a13ccade1e255de4a9eb31db77b (diff)
downloadpkgsrc-af2f0b54ff4145fdd927f88281ea8833b32a288e.tar.gz
Redo argument grouping to actually work (options come before patterns)
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 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"