diff options
author | rillig <rillig> | 2008-02-28 11:58:47 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-02-28 11:58:47 +0000 |
commit | 0e51421da369508f6127e9643e65752ec21f2bf0 (patch) | |
tree | 9b57bf8c2c6de33d312b22aa420bb8850c649eff /games/zombies | |
parent | dab42586aee1b6d2f5cc813be67303fa377cdff9 (diff) | |
download | pkgsrc-0e51421da369508f6127e9643e65752ec21f2bf0.tar.gz |
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'games/zombies')
-rw-r--r-- | games/zombies/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/zombies/Makefile b/games/zombies/Makefile index d7a0b4f22db..3313f1c3e45 100644 --- a/games/zombies/Makefile +++ b/games/zombies/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/02/12 07:17:26 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2008/02/28 11:58:48 rillig Exp $ DISTNAME= zombies-1.0 PKGREVISION= 2 @@ -9,7 +9,7 @@ MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://www.thistledown.com.au/software/ COMMENT= Simple robots-like game where you destroy the zombies -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes BUILD_DEFS+= VARBASE MAKE_ENV+= VARBASE=${VARBASE} MAKE_DIRS= ${VARBASE}/games |