summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authordillo <dillo>2005-05-19 19:55:30 +0000
committerdillo <dillo>2005-05-19 19:55:30 +0000
commit43ca65dfc84eda67fa79a498173731c105b34a0c (patch)
tree52414cc0323a599e58ec5612ecbdd385a137fa52 /fonts
parentac42fecdc2fed1c9d1564dbd6fd55dc4b506674b (diff)
downloadpkgsrc-43ca65dfc84eda67fa79a498173731c105b34a0c.tar.gz
fix do-install target to not require gtar.
note that this package no longer needs gtar.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/watanabe_vfont/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/fonts/watanabe_vfont/Makefile b/fonts/watanabe_vfont/Makefile
index 85f25636d21..ec90c68f0f8 100644
--- a/fonts/watanabe_vfont/Makefile
+++ b/fonts/watanabe_vfont/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/05/16 01:15:31 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/19 19:55:30 dillo Exp $
#
DISTNAME= watanabe-vf
@@ -13,12 +13,10 @@ EXTRACT_ONLY= # empty
NO_CONFIGURE= yes
NO_BUILD= yes
-PKGSRC_USE_TOOLS+= gtar
-
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/watanabe_font
- ${GTAR} Cxzf ${PREFIX}/share/fonts/watanabe_font \
- ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+ cd ${PREFIX}/share/fonts/watanabe_font \
+ && ${TAR} xzf ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
${CHMOD} ${SHAREMODE} ${PREFIX}/share/fonts/watanabe_font/*
${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/fonts/watanabe_font/*