diff options
author | rillig <rillig> | 2008-02-12 07:17:26 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-02-12 07:17:26 +0000 |
commit | 47e67c613f7e68eaf5058c0f0ee9609c7e8522d7 (patch) | |
tree | d1c6ca6babfb7841a9e06f60f0cf0c00f547091c /games/zombies | |
parent | 23afdd8ea47199020371d8e4029cbca760d71a89 (diff) | |
download | pkgsrc-47e67c613f7e68eaf5058c0f0ee9609c7e8522d7.tar.gz |
Needs ${VARBASE}/games precreated.
Diffstat (limited to 'games/zombies')
-rw-r--r-- | games/zombies/Makefile | 3 |
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" |