summaryrefslogtreecommitdiff
path: root/games
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 /games
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 'games')
-rw-r--r--games/nethack-x11/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile
index 4d780f0d5f8..33dc248ae28 100644
--- a/games/nethack-x11/Makefile
+++ b/games/nethack-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/12/05 20:50:17 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2005/12/29 07:04:28 jlam Exp $
#
.include "../../games/nethack-lib/Makefile.common"
@@ -16,7 +16,7 @@ BUILD_TARGET= x11tiles nethack
INSTALL_TARGET= binfiles
MAKE_ENV+= GTYPE=-x11
-FONTS_X11_DIRS+= ${PREFIX}/lib/X11/fonts/misc
+FONTS_DIRS.x11+= ${PREFIX}/lib/X11/fonts/misc
INSTALLATION_DIRS= lib/X11/app-defaults lib/X11/fonts/misc
@@ -29,5 +29,4 @@ post-install:
${PREFIX}/share/${NETHACK_DIR}/nethack.x11.rc
.include "../../graphics/xpm/buildlink3.mk"
-.include "../../mk/fonts.mk"
.include "../../mk/bsd.pkg.mk"