diff options
author | wiz <wiz> | 2002-08-16 13:23:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-08-16 13:23:09 +0000 |
commit | 19e8bbe6a84d4686be17dd951b2bb874fcb3d698 (patch) | |
tree | e48cf997138ae45edff21a5aa6310cb15bad01ed /fonts | |
parent | a4bb60eb3c0e6fa860392a3e1aeada9a430a5cf3 (diff) | |
download | pkgsrc-19e8bbe6a84d4686be17dd951b2bb874fcb3d698.tar.gz |
Fix installation.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/kochi-ttf/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/fonts/kochi-ttf/Makefile b/fonts/kochi-ttf/Makefile index ca12b7d431c..c5e38e1d67e 100644 --- a/fonts/kochi-ttf/Makefile +++ b/fonts/kochi-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/07/15 11:05:32 uebayasi Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/16 13:23:09 wiz Exp $ DISTNAME= kochi-gothic-20020503 PKGNAME= kochi-ttf-20020503 @@ -31,12 +31,11 @@ post-extract: ${WRKSRC}/fonts do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/TrueType + ${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/fonts/TrueType ${INSTALL_DATA} ${WRKSRC}/fonts/kochi-gothic.ttf \ - ${X11PREFIX}/lib/X11/fonts/TrueType/kochi-gothic.ttf + ${PREFIX}/lib/X11/fonts/TrueType/kochi-gothic.ttf ${INSTALL_DATA} ${WRKSRC}/fonts/kochi-mincho.ttf \ - ${X11PREFIX}/lib/X11/fonts/TrueType/kochi-mincho.ttf - ${INSTALL_DATA_DIR} ${X11PREFIX}/lib/X11/fonts/TrueType + ${PREFIX}/lib/X11/fonts/TrueType/kochi-mincho.ttf .include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |