summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-02-18 10:02:36 +0000
committerwiz <wiz@pkgsrc.org>2006-02-18 10:02:36 +0000
commitaad076d3ada70a7150cdfddc585a26bd9f4fac92 (patch)
treedc3404b4fbc5778b6414fbcdaabc2e44f43e2097
parent105d97d56204c43977a0afca21231010f58f7f35 (diff)
downloadpkgsrc-aad076d3ada70a7150cdfddc585a26bd9f4fac92.tar.gz
Remove deprecated and now unused file.
-rw-r--r--mk/fonts.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/mk/fonts.mk b/mk/fonts.mk
deleted file mode 100644
index 6055328e855..00000000000
--- a/mk/fonts.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: fonts.mk,v 1.10 2005/12/29 06:22:26 jlam Exp $
-#
-# XXX This file's use is deprecated. This is here temporarily to help
-# XXX packages transition to using the new fonts capability of the
-# XXX pkginstall framework.
-#
-
-.if !defined(FONTS_MK)
-FONTS_MK= # defined
-
-# Support the old FONTS_<TYPE>_DIRS variables for a while until we can
-# nuke them.
-#
-FONTS_DIRS.ttf+= ${FONTS_TTF_DIRS}
-FONTS_DIRS.type1+= ${FONTS_TYPE1_DIRS}
-FONTS_DIRS.x11+= ${FONTS_X11_DIRS}
-
-.endif # FONTS_MK