diff options
Diffstat (limited to 'fonts/un-core-ttf/Makefile')
-rw-r--r-- | fonts/un-core-ttf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fonts/un-core-ttf/Makefile b/fonts/un-core-ttf/Makefile index e649fa35cd5..1b5fcf07651 100644 --- a/fonts/un-core-ttf/Makefile +++ b/fonts/un-core-ttf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2012/10/03 18:28:32 asau Exp $ +# $NetBSD: Makefile,v 1.8 2014/06/01 16:35:37 wiz Exp $ DISTNAME= un-fonts-core-1.0.2-080608 PKGNAME= ${DISTNAME:S/fonts-core/core-ttf/:S/-0/.200/} +PKGREVISION= 1 CATEGORIES= fonts korean MASTER_SITES= http://kldp.net/frs/download.php/4695/ @@ -16,7 +17,7 @@ USE_X11BASE= yes NO_CONFIGURE= yes NO_BUILD= yes -FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/TTF +FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF do-install: ${INSTALL_DATA_DIR} ${DESTDIR}${FONTS_DIRS.ttf} |