From 0e51421da369508f6127e9643e65752ec21f2bf0 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 28 Feb 2008 11:58:47 +0000 Subject: Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, to shut up the pkglint warnings. --- games/velena/Makefile | 4 ++-- games/zombies/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'games') diff --git a/games/velena/Makefile b/games/velena/Makefile index fd44cb3a2d4..0a3d2a6d01f 100644 --- a/games/velena/Makefile +++ b/games/velena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/02/20 10:49:16 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2008/02/28 11:58:48 rillig Exp $ # DISTNAME= veleng10 @@ -20,7 +20,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED} EXTRACT_OPTS_ZIP= -LLaqo WRKSRC= ${WRKDIR} MAKE_FILE= makefile -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes SUBST_CLASSES+= path SUBST_STAGE.path= pre-configure 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 -- cgit v1.2.3