summaryrefslogtreecommitdiff
path: root/print/LPRng
diff options
context:
space:
mode:
authornathanw <nathanw>2000-04-19 19:47:24 +0000
committernathanw <nathanw>2000-04-19 19:47:24 +0000
commitd3e7dd82fc59ec840958b2d5155ac2f1ba4ab393 (patch)
tree04f82305ba9f9d3e9acc47a9bd44aca68e6bc193 /print/LPRng
parentfaef903f4ed3047136b3422992fd47281947c2fc (diff)
downloadpkgsrc-d3e7dd82fc59ec840958b2d5155ac2f1ba4ab393.tar.gz
Quote wildcard arguments to pax so that the presence of matching files in
the current directory doesn't break the command.
Diffstat (limited to 'print/LPRng')
-rw-r--r--print/LPRng/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/LPRng/Makefile b/print/LPRng/Makefile
index ff2a9f56e2b..df7ab26fafb 100644
--- a/print/LPRng/Makefile
+++ b/print/LPRng/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/09/13 18:40:51 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2000/04/19 19:47:24 nathanw Exp $
# FreeBSD Id: Makefile,v 1.5 1998/10/21 00:57:27 steve Exp
#
@@ -68,6 +68,6 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/LPRng
${PAX} -rzf ${DISTDIR}/${LPRNG_DOC} \
-s "#^${DISTNAME:S/-/_DOC-/}/#${PREFIX}/share/doc/LPRng/#" \
- *.gif *.html *.ps *.txt
+ '*.gif' '*.html' '*.ps' '*.txt'
.include "../../mk/bsd.pkg.mk"