diff options
author | shattered <shattered@pkgsrc.org> | 2011-11-22 18:05:06 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-11-22 18:05:06 +0000 |
commit | ab9632e00f399e8ab7fb20689024a43dc9c3d017 (patch) | |
tree | 78c1a871a49c1c080ad5dacf4c9a6bcd16150e55 /fonts | |
parent | ad371c2b06b6c4bdb779ea58eee91aefea7bf15f (diff) | |
download | pkgsrc-ab9632e00f399e8ab7fb20689024a43dc9c3d017.tar.gz |
FONTS_DIRS, not FONTS_DIR -- fixes automatic font handling.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/liberation-ttf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fonts/liberation-ttf/Makefile b/fonts/liberation-ttf/Makefile index b1f2fa8e01d..4245828f57b 100644 --- a/fonts/liberation-ttf/Makefile +++ b/fonts/liberation-ttf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2011/10/22 08:50:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2011/11/22 18:05:06 shattered Exp $ # DISTNAME= liberation-fonts-ttf-1.07.1 +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/-fonts//} CATEGORIES= fonts MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/ @@ -20,7 +21,7 @@ NO_CONFIGURE= yes DOCDIR= ${PREFIX}/share/doc/${PKGBASE} FONTDIR= ${PREFIX}/lib/X11/fonts/TTF -FONTS_DIR.ttf= ${FONTDIR} +FONTS_DIRS.ttf= ${FONTDIR} INSTALLATION_DIRS= ${DOCDIR} ${FONTDIR} |