diff options
author | joerg <joerg@pkgsrc.org> | 2013-02-26 10:28:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-02-26 10:28:06 +0000 |
commit | 0bb476247999c2744c42f41dfb5910afe68f159a (patch) | |
tree | a0943e00eca510fedbb3c0927c50cda3f543a59f /fonts/freefonts | |
parent | b20978c82df55c498869ed48f887299827e6584c (diff) | |
download | pkgsrc-0bb476247999c2744c42f41dfb5910afe68f159a.tar.gz |
Drop z flag, explicitly pull in tar.
Diffstat (limited to 'fonts/freefonts')
-rw-r--r-- | fonts/freefonts/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/freefonts/Makefile b/fonts/freefonts/Makefile index 246d97c2608..93cc39498b3 100644 --- a/fonts/freefonts/Makefile +++ b/fonts/freefonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/02/19 22:30:33 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2013/02/26 10:28:06 joerg Exp $ # DISTNAME= freefonts-0.10 @@ -17,7 +17,7 @@ NO_CONFIGURE= yes NO_BUILD= yes USE_X11BASE= yes -USE_TOOLS+= gzcat +USE_TOOLS+= gzcat tar FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/freefont REQD_DIRS= ${PREFIX}/lib/X11/fonts/freefont @@ -25,7 +25,7 @@ INSTALLATION_DIRS= lib/X11/fonts do-install: ${GZCAT} ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \ - ${TAR} -xzf - -C ${DESTDIR}${PREFIX}/lib/X11/fonts + ${TAR} -xf - -C ${DESTDIR}${PREFIX}/lib/X11/fonts ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/lib/X11/fonts/freefont/* ${CHOWN} ${SHAREOWN}:${SHAREGRP} \ ${DESTDIR}${PREFIX}/lib/X11/fonts/freefont/* |