diff options
author | joerg <joerg@pkgsrc.org> | 2013-02-19 22:30:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-02-19 22:30:33 +0000 |
commit | 267f33b3db151c8660250ba43a2cee838ba38431 (patch) | |
tree | 4480a905c0198906d1ad38bba0861f8d52411f6f /fonts | |
parent | e6089aa7037288758f815f89d83aee7ecd0a151d (diff) | |
download | pkgsrc-267f33b3db151c8660250ba43a2cee838ba38431.tar.gz |
Drop gtar dependency
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/freefonts/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fonts/freefonts/Makefile b/fonts/freefonts/Makefile index 0ecc6ad9cef..246d97c2608 100644 --- a/fonts/freefonts/Makefile +++ b/fonts/freefonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/04/07 17:10:35 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2013/02/19 22:30:33 joerg Exp $ # DISTNAME= freefonts-0.10 @@ -17,15 +17,15 @@ NO_CONFIGURE= yes NO_BUILD= yes USE_X11BASE= yes -USE_TOOLS+= gtar gzip +USE_TOOLS+= gzcat FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/freefont REQD_DIRS= ${PREFIX}/lib/X11/fonts/freefont INSTALLATION_DIRS= lib/X11/fonts do-install: - ${GTAR} Cxzf ${DESTDIR}${PREFIX}/lib/X11/fonts \ - ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} + ${GZCAT} ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \ + ${TAR} -xzf - -C ${DESTDIR}${PREFIX}/lib/X11/fonts ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/lib/X11/fonts/freefont/* ${CHOWN} ${SHAREOWN}:${SHAREGRP} \ ${DESTDIR}${PREFIX}/lib/X11/fonts/freefont/* |