diff options
author | hrs <hrs@FreeBSD.org> | 2008-10-05 11:14:05 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-10-05 11:14:05 +0800 |
commit | 673e5903a5eb4f93b2383b63d1740675649f1143 (patch) | |
tree | 97bfe781e0de8f673f18b1afebf0a6acbccc736d /print | |
parent | 0b41be37e050e658c723a2bd7566ebe5209c222b (diff) | |
download | freebsd-ports-gnome-673e5903a5eb4f93b2383b63d1740675649f1143.tar.gz freebsd-ports-gnome-673e5903a5eb4f93b2383b63d1740675649f1143.tar.zst freebsd-ports-gnome-673e5903a5eb4f93b2383b63d1740675649f1143.zip |
Add a hyphen to ${TAR}'s option. It is useful when ${TAR} is
overridden by the user.
Submitted by: adamw
PR: ports/127165
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript8/Makefile | 4 |
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: |