summaryrefslogtreecommitdiff
path: root/games/koth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/koth/Makefile')
-rw-r--r--games/koth/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/koth/Makefile b/games/koth/Makefile
index e4dee5cfeb9..cdc81426efc 100644
--- a/games/koth/Makefile
+++ b/games/koth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/01/04 12:25:13 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2003/01/28 22:03:19 jlam Exp $
#
DISTNAME= koth-0.7.6
@@ -10,9 +10,10 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www-unix.oit.umass.edu/~tetron/koth/
COMMENT= The classic "shoot the other tank" artillery game, networked
+USE_BUILDLINK2= YES
+USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
CPPFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR:Q}\\\"\"
-USE_BUILDLINK2= YES
EGDIR= ${PREFIX}/share/examples/koth
CONF_FILES= ${EGDIR}/koth.cfg ${PKG_SYSCONFDIR}/koth.cfg
@@ -25,5 +26,5 @@ post-install:
.include "../../graphics/libggi/buildlink2.mk"
.include "../../graphics/libgii/buildlink2.mk"
-.include "../../mk/bsd.pkg.install.mk"
+
.include "../../mk/bsd.pkg.mk"