diff options
author | snj <snj> | 2004-03-06 20:28:20 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-06 20:28:20 +0000 |
commit | 04b9c269f20420972d56f613c9bab25cdb514174 (patch) | |
tree | 2235868d5eca0a10e5c51e143d22896abab349a6 /games/zombies | |
parent | 5aa3fc55ed6a5a8844361e2864d4fdfcae736497 (diff) | |
download | pkgsrc-04b9c269f20420972d56f613c9bab25cdb514174.tar.gz |
USE_BUILDLINK3, include curses.buildlink3.mk, and use ${CP} instead of cp
in PLIST.
Diffstat (limited to 'games/zombies')
-rw-r--r-- | games/zombies/Makefile | 5 | ||||
-rw-r--r-- | games/zombies/PLIST | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games/zombies/Makefile b/games/zombies/Makefile index 539daeebe8e..2ed9d5b49d6 100644 --- a/games/zombies/Makefile +++ b/games/zombies/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:39:50 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/03/06 20:28:20 snj Exp $ DISTNAME= zombies-1.0 CATEGORIES= games @@ -8,4 +8,7 @@ MASTER_SITES= http://www.thistledown.com.au/software/ \ MAINTAINER= simonb@NetBSD.org COMMENT= Simple robots-like game where you destroy the zombies +USE_BUILDLINK3= YES + +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/zombies/PLIST b/games/zombies/PLIST index 762ab7dfa8a..9f3e6de41ba 100644 --- a/games/zombies/PLIST +++ b/games/zombies/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:58:15 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/03/06 20:28:20 snj Exp $ bin/zombies man/man6/zombies.6 share/games/zombies_score.dist -@exec if [ ! -f /var/games/zombies_score ]; then cp -p %D/share/games/zombies_score.dist /var/games/zombies_score; fi +@exec if [ ! -f /var/games/zombies_score ]; then ${CP} -p %D/share/games/zombies_score.dist /var/games/zombies_score; fi |