summaryrefslogtreecommitdiff
path: root/games/moon-buggy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/moon-buggy/Makefile')
-rw-r--r--games/moon-buggy/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/moon-buggy/Makefile b/games/moon-buggy/Makefile
index 9e3bc7026d5..ecb1b636fd2 100644
--- a/games/moon-buggy/Makefile
+++ b/games/moon-buggy/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/05/18 17:38:31 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2006/05/21 15:44:55 rillig Exp $
#
DISTNAME= moon-buggy-1.0
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= http://seehuhn.de/data/
@@ -11,5 +12,8 @@ COMMENT= Game on the Moon
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --sharedstatedir=${VARBASE}/games
+
+OWN_DIRS= ${VARBASE}/games/moon-buggy
.include "../../mk/bsd.pkg.mk"