diff options
author | jlam <jlam> | 2002-02-03 16:45:35 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-03 16:45:35 +0000 |
commit | 4f24782b9afa6b14f803adefd5441d60371ed553 (patch) | |
tree | 3c0a6dbe93343b0de9308b22c5700fa180c6e9f7 /fonts/ghostscript-fonts | |
parent | 9e62602ee7c6a0a27465f8d9f0b730f40bd296df (diff) | |
download | pkgsrc-4f24782b9afa6b14f803adefd5441d60371ed553.tar.gz |
Extract the .tar.gz files using EXTRACT_CMD.tar.gz. Fixes pkg/15465 by
Eric Schnoebelen <eric@cirr.com>.
Diffstat (limited to 'fonts/ghostscript-fonts')
-rw-r--r-- | fonts/ghostscript-fonts/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fonts/ghostscript-fonts/Makefile b/fonts/ghostscript-fonts/Makefile index bd0aacaf8dc..5670bdd541f 100644 --- a/fonts/ghostscript-fonts/Makefile +++ b/fonts/ghostscript-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/03 14:42:09 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/02/03 16:45:35 jlam Exp $ DISTNAME= ghostscript-fonts-6.0 CATEGORIES= fonts @@ -30,9 +30,10 @@ NO_BUILD= # defined do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/ghostscript - cd ${PREFIX}/share/ghostscript; \ - ${PAX} -zrf ${_DISTDIR}/${GS_FONTS_STD}; \ - ${PAX} -zrf ${_DISTDIR}/${GS_FONTS_OTHER} + cd ${PREFIX}/share/ghostscript; \ + for file in ${GS_FONTS_STD} ${GS_FONTS_OTHER}; do \ + ${EXTRACT_CMD.tar.gz}; \ + done ${INSTALL_DATA} ${FILESDIR}/fonts.alias \ ${PREFIX}/share/ghostscript/fonts/ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/ghostscript |