diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-09 18:19:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-09 18:19:15 +0000 |
commit | 2b6d72d75c6f750ed1bdb5d9de4af4560a63bc97 (patch) | |
tree | 7c91f477b037775cd0a3f7f31950d2565c3e266e /print | |
parent | cf86d7a1a5bc2e1401c57ffb37dbd23dfe9a2b91 (diff) |
- Docs are bzip2 files, use tar -j to extract them
Reported by: krismail
Notes
Notes:
svn path=/head/; revision=159230
Diffstat (limited to 'print')
-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 |