summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjoerg <joerg>2013-02-19 22:30:33 +0000
committerjoerg <joerg>2013-02-19 22:30:33 +0000
commit4bd0390cfd06803a4e437069515049cedd7a4bef (patch)
tree4480a905c0198906d1ad38bba0861f8d52411f6f /fonts
parent070bdb8c364a722cae4f1546a33e1855115782ab (diff)
downloadpkgsrc-4bd0390cfd06803a4e437069515049cedd7a4bef.tar.gz
Drop gtar dependency
Diffstat (limited to 'fonts')
-rw-r--r--fonts/freefonts/Makefile8
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/*