aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-04-10 02:19:15 +0800
committerpav <pav@FreeBSD.org>2006-04-10 02:19:15 +0800
commitc7c92aaa8f0989484cfdc33ac88d9de8af65957d (patch)
treeca65c20e72852cbaed5549d5fb0c3be1329c4768
parentbaf4de7417c7e6b8511ce91e0f190c0a28174ae6 (diff)
downloadfreebsd-ports-gnome-c7c92aaa8f0989484cfdc33ac88d9de8af65957d.tar.gz
freebsd-ports-gnome-c7c92aaa8f0989484cfdc33ac88d9de8af65957d.tar.zst
freebsd-ports-gnome-c7c92aaa8f0989484cfdc33ac88d9de8af65957d.zip
- Docs are bzip2 files, use tar -j to extract them
Reported by: krismail
-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