summaryrefslogtreecommitdiff
path: root/fonts/biznet-iso8859_2
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
commit2eef65e076a64eee5899c114c96588ff5f96671d (patch)
treecffd6a2e4540ea0e64b9f7e93b54d783b678ed10 /fonts/biznet-iso8859_2
parent67eaa64b538f1cc9ee2559e7b9b0001914e6dd58 (diff)
downloadpkgsrc-2eef65e076a64eee5899c114c96588ff5f96671d.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/biznet-iso8859_2')
-rw-r--r--fonts/biznet-iso8859_2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/biznet-iso8859_2/Makefile b/fonts/biznet-iso8859_2/Makefile
index 4be252fae47..daa14951052 100644
--- a/fonts/biznet-iso8859_2/Makefile
+++ b/fonts/biznet-iso8859_2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/07/15 18:27:49 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/29 07:04:27 jlam Exp $
#
DISTNAME= ISO8859-2-pcf
@@ -18,7 +18,7 @@ USE_TOOLS+= gzip
FONTDIR= ${PREFIX}/lib/X11/fonts/biznet
OWN_DIRS= ${FONTDIR}
-FONTS_X11_DIRS= ${FONTDIR}/75dpi ${FONTDIR}/100dpi ${FONTDIR}/misc
+FONTS_DIRS.x11= ${FONTDIR}/75dpi ${FONTDIR}/100dpi ${FONTDIR}/misc
do-install:
@for d in 75dpi 100dpi misc; do \
@@ -31,5 +31,4 @@ do-install:
done; \
done
-.include "../../mk/fonts.mk"
.include "../../mk/bsd.pkg.mk"