diff options
author | pav <pav@FreeBSD.org> | 2006-04-10 02:19:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-10 02:19:15 +0800 |
commit | c7c92aaa8f0989484cfdc33ac88d9de8af65957d (patch) | |
tree | ca65c20e72852cbaed5549d5fb0c3be1329c4768 | |
parent | baf4de7417c7e6b8511ce91e0f190c0a28174ae6 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |