diff options
author | rillig <rillig> | 2007-06-01 08:58:44 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-06-01 08:58:44 +0000 |
commit | 16bd3d9ea3002a4621b8b22795a11f3de54785d0 (patch) | |
tree | 719b04e3c3027d65de63fe2c737ef426b9cb0927 /games/zombies/Makefile | |
parent | 8b6ac983503bec1258bda0ab0f856db40ad79d32 (diff) | |
download | pkgsrc-16bd3d9ea3002a4621b8b22795a11f3de54785d0.tar.gz |
The highscore file is installed relative to VARBASE. PKGREVISION++
FIXME: Currently the files-check check fails for me, because VARBASE is
a subdirectory of PREFIX. So how do we generally handle files that are
installed in VARBASE?
Diffstat (limited to 'games/zombies/Makefile')
-rw-r--r-- | games/zombies/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/zombies/Makefile b/games/zombies/Makefile index 835b4eef18f..3f772c07bf5 100644 --- a/games/zombies/Makefile +++ b/games/zombies/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2007/01/07 09:13:55 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2007/06/01 08:58:44 rillig Exp $ DISTNAME= zombies-1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.thistledown.com.au/software/ \ ftp://melanoma.cs.rmit.edu.au/pub/simonb/ @@ -10,7 +10,9 @@ MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://www.thistledown.com.au/software/ COMMENT= Simple robots-like game where you destroy the zombies -INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 share/games +INSTALLATION_DIRS_FROM_PLIST= yes +BUILD_DEFS+= VARBASE +MAKE_ENV+= VARBASE=${VARBASE} .include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |