diff options
author | wiz <wiz@pkgsrc.org> | 2004-01-25 20:29:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-01-25 20:29:30 +0000 |
commit | 3aa065cdd629609a0032a58dfec1aa0ea1431098 (patch) | |
tree | 1b268f56534ecdcd2166ac66836d703c06591204 /fonts/cyberbit-ttf/Makefile.common | |
parent | e37feefaa599d48d5492d95065fd7ff107b67c04 (diff) | |
download | pkgsrc-3aa065cdd629609a0032a58dfec1aa0ea1431098.tar.gz |
Install into TTF subdir instead of TrueType. PKGREVISION=3.
Diffstat (limited to 'fonts/cyberbit-ttf/Makefile.common')
-rw-r--r-- | fonts/cyberbit-ttf/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/cyberbit-ttf/Makefile.common b/fonts/cyberbit-ttf/Makefile.common index 1043e40ccf5..80e731b7731 100644 --- a/fonts/cyberbit-ttf/Makefile.common +++ b/fonts/cyberbit-ttf/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2003/07/17 21:36:59 grant Exp $ +# $NetBSD: Makefile.common,v 1.11 2004/01/25 20:29:30 wiz Exp $ # DISTNAME= # empty @@ -32,7 +32,7 @@ USE_X11BASE= YES NO_CONFIGURE= YES NO_BUILD= YES -FONTS_TTF_DIRS= ${PREFIX}/lib/X11/fonts/TrueType +FONTS_TTF_DIRS= ${PREFIX}/lib/X11/fonts/TTF DOCDIR= ${PREFIX}/share/doc/html/cyberbit-ttf do-install: |