summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-02-12 07:17:26 +0000
committerrillig <rillig@pkgsrc.org>2008-02-12 07:17:26 +0000
commit61a3467914d434fd8208c77111f4f4d803c9ca3c (patch)
treed1c6ca6babfb7841a9e06f60f0cf0c00f547091c /games
parent8a2e6d3e9ef9e65384ad9a8434c3f4eb835394ac (diff)
downloadpkgsrc-61a3467914d434fd8208c77111f4f4d803c9ca3c.tar.gz
Needs ${VARBASE}/games precreated.
Diffstat (limited to 'games')
-rw-r--r--games/zombies/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/zombies/Makefile b/games/zombies/Makefile
index 6193a5b6bc0..d7a0b4f22db 100644
--- a/games/zombies/Makefile
+++ b/games/zombies/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/12/02 00:04:08 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2008/02/12 07:17:26 rillig Exp $
DISTNAME= zombies-1.0
PKGREVISION= 2
@@ -12,6 +12,7 @@ COMMENT= Simple robots-like game where you destroy the zombies
INSTALLATION_DIRS_FROM_PLIST= yes
BUILD_DEFS+= VARBASE
MAKE_ENV+= VARBASE=${VARBASE}
+MAKE_DIRS= ${VARBASE}/games
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"