diff options
author | obache <obache@pkgsrc.org> | 2006-09-10 12:19:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-09-10 12:19:04 +0000 |
commit | 85c7462fc7b133f63e33155d4c0940f7c4333ab7 (patch) | |
tree | f356ca044b54fe7b46859a32411d69a78de72136 /fonts/watanabe_vfont | |
parent | cbe0d8e27694b7e0cd92a4f38ea955a6f71133ab (diff) | |
download | pkgsrc-85c7462fc7b133f63e33155d4c0940f7c4333ab7.tar.gz |
Using tar to install, so add tar to USE_TOOLS.
Diffstat (limited to 'fonts/watanabe_vfont')
-rw-r--r-- | fonts/watanabe_vfont/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/watanabe_vfont/Makefile b/fonts/watanabe_vfont/Makefile index ec90c68f0f8..f2e18e8c55c 100644 --- a/fonts/watanabe_vfont/Makefile +++ b/fonts/watanabe_vfont/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/19 19:55:30 dillo Exp $ +# $NetBSD: Makefile,v 1.11 2006/09/10 12:19:04 obache Exp $ # DISTNAME= watanabe-vf @@ -13,6 +13,8 @@ EXTRACT_ONLY= # empty NO_CONFIGURE= yes NO_BUILD= yes +USE_TOOLS+= tar + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/watanabe_font cd ${PREFIX}/share/fonts/watanabe_font \ |