diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 15:29:46 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 15:29:46 +0000 |
commit | 0907e90dfdc440fc3648fcf94960e8d5458b8015 (patch) | |
tree | 6e27f79be5c8db3dff94fb32278d22fbe114064c /fonts | |
parent | a7c82489d63959c1bcde548f37fdff60b467dd09 (diff) | |
download | pkgsrc-0907e90dfdc440fc3648fcf94960e8d5458b8015.tar.gz |
needs gzip(1) in manual do-install target
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/watanabe_vfont/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/watanabe_vfont/Makefile b/fonts/watanabe_vfont/Makefile index 211752b1ee7..7e8fa8891db 100644 --- a/fonts/watanabe_vfont/Makefile +++ b/fonts/watanabe_vfont/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/03/11 11:42:46 zafer Exp $ +# $NetBSD: Makefile,v 1.14 2015/03/15 15:29:46 tnn Exp $ # DISTNAME= watanabe-vf @@ -15,7 +15,7 @@ EXTRACT_ONLY= # empty NO_CONFIGURE= yes NO_BUILD= yes -USE_TOOLS+= tar +USE_TOOLS+= gzip tar do-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/fonts/watanabe_font |