aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript8
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2008-10-05 03:14:05 +0000
committerHiroki Sato <hrs@FreeBSD.org>2008-10-05 03:14:05 +0000
commit1b1b9f626b44604e8a724d2f6a5a38f909641dc5 (patch)
tree14dad15f198e677925b7e9d4a2d00c29354f18db /print/ghostscript8
parentca0452b15540e44ae89ad261eebbd234ec5c3914 (diff)
downloadports-1b1b9f626b44604e8a724d2f6a5a38f909641dc5.tar.gz
ports-1b1b9f626b44604e8a724d2f6a5a38f909641dc5.zip
Add a hyphen to ${TAR}'s option. It is useful when ${TAR} is
overridden by the user. Submitted by: adamw PR: ports/127165
Notes
Notes: svn path=/head/; revision=221209
Diffstat (limited to 'print/ghostscript8')
-rw-r--r--print/ghostscript8/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile
index c7060a7b6d67..34d263c30426 100644
--- a/print/ghostscript8/Makefile
+++ b/print/ghostscript8/Makefile
@@ -249,8 +249,8 @@ post-install-docs:
${INSTALL_DATA} ${WRKSRC}/contrib/japanese/doc/* ${WRKSRC}/contrib/japanese
${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/contrib && \
- ${TAR} cf - ${PORTDOC_FILES} | \
- ( cd ${DOCSDIR} && ${TAR} xof - )
+ ${TAR} -cf - ${PORTDOC_FILES} | \
+ ( cd ${DOCSDIR} && ${TAR} -xof - )
.if defined(WITH_FT_BRIDGE)
post-install-fapi: