diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-17 19:34:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-17 19:34:33 +0000 |
commit | c1036d791af6841cac5bdd61d6ecc2ed78f85aa5 (patch) | |
tree | ca7f6fe329818c839be0cbcf971964955c22aefe /fonts/kcfonts/Makefile | |
parent | 977a57c4eb48bc6b38dc2948da016adf22741a48 (diff) | |
download | pkgsrc-c1036d791af6841cac5bdd61d6ecc2ed78f85aa5.tar.gz |
Fix font handling. Bump PKGREVISION.
Diffstat (limited to 'fonts/kcfonts/Makefile')
-rw-r--r-- | fonts/kcfonts/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fonts/kcfonts/Makefile b/fonts/kcfonts/Makefile index 197259098cd..0756d7a5011 100644 --- a/fonts/kcfonts/Makefile +++ b/fonts/kcfonts/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:09:10 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/02/17 19:34:33 wiz Exp $ DISTNAME= kcfonts-1.05 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= fonts MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/distfiles/ @@ -10,6 +10,7 @@ COMMENT= Kuo Chauo Chinese Fonts collection WRKSRC= ${WRKDIR} USE_X11BASE= yes -FONTS_DIRS.x11= lib/X11/fonts/local +FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/local +REQD_DIRS+= ${PREFIX}/lib/X11/fonts/local .include "../../mk/bsd.pkg.mk" |