aboutsummaryrefslogtreecommitdiff
path: root/print/fontforge
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-09 18:19:15 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-09 18:19:15 +0000
commit2b6d72d75c6f750ed1bdb5d9de4af4560a63bc97 (patch)
tree7c91f477b037775cd0a3f7f31950d2565c3e266e /print/fontforge
parentcf86d7a1a5bc2e1401c57ffb37dbd23dfe9a2b91 (diff)
downloadports-2b6d72d75c6f750ed1bdb5d9de4af4560a63bc97.tar.gz
ports-2b6d72d75c6f750ed1bdb5d9de4af4560a63bc97.zip
- Docs are bzip2 files, use tar -j to extract them
Reported by: krismail
Notes
Notes: svn path=/head/; revision=159230
Diffstat (limited to 'print/fontforge')
-rw-r--r--print/fontforge/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile
index c01de8c6abac..71ac80e23b08 100644
--- a/print/fontforge/Makefile
+++ b/print/fontforge/Makefile
@@ -88,7 +88,7 @@ pre-everything::
post-extract:
${MKDIR} ${WRKDIR}/html ${WRKSRC}/cidmap
for doc in ${DOCFILES} ; \
- do ${TAR} -xzC ${WRKDIR}/html -f ${DISTDIR}/$${doc} ; \
+ do ${TAR} -xjC ${WRKDIR}/html -f ${DISTDIR}/$${doc} ; \
done
${TAR} -xzC ${WRKSRC}/cidmap -f ${WRKDIR}/html/cidmaps.tgz
${RM} ${WRKDIR}/html/cidmaps.tgz