summaryrefslogtreecommitdiff
path: root/fonts/profont
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-12-29 07:04:27 +0000
committerjlam <jlam@pkgsrc.org>2005-12-29 07:04:27 +0000
commit1859f144b4a7b5c0d93c8ba07a0247edfc142ebd (patch)
treecffd6a2e4540ea0e64b9f7e93b54d783b678ed10 /fonts/profont
parentdc9594e09db96635641a7e05b49d34b554b9bb21 (diff)
downloadpkgsrc-1859f144b4a7b5c0d93c8ba07a0247edfc142ebd.tar.gz
Convert to use the new pkginstall framework fonts-handling by renaming
FONTS_<TYPE>_DIRS variables to FONTS_DIRS.<type>, and by removing the unnecessary inclusion of mk/fonts.mk.
Diffstat (limited to 'fonts/profont')
-rw-r--r--fonts/profont/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/fonts/profont/Makefile b/fonts/profont/Makefile
index 7c504e1f010..31a27d17ebd 100644
--- a/fonts/profont/Makefile
+++ b/fonts/profont/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/12/29 06:21:40 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/12/29 07:04:28 jlam Exp $
#
DISTNAME= profontlinux
@@ -15,11 +15,10 @@ NO_BUILD= yes
NO_CONFIGURE= yes
USE_X11BASE= yes
-FONTS_X11_DIRS= ${PREFIX}/lib/X11/fonts/misc
+FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/misc
INSTALLATION_DIRS= lib/X11/fonts/misc
do-install:
- for i in ${WRKDIR}/*.pcf; do ${INSTALL_DATA} $$i ${FONTS_X11_DIRS}; done
+ for i in ${WRKDIR}/*.pcf; do ${INSTALL_DATA} $$i ${FONTS_DIRS.x11}; done
-.include "../../mk/fonts.mk"
.include "../../mk/bsd.pkg.mk"