summaryrefslogtreecommitdiff
path: root/games/zombies/PLIST
diff options
context:
space:
mode:
authorsnj <snj>2004-03-06 20:28:20 +0000
committersnj <snj>2004-03-06 20:28:20 +0000
commit04b9c269f20420972d56f613c9bab25cdb514174 (patch)
tree2235868d5eca0a10e5c51e143d22896abab349a6 /games/zombies/PLIST
parent5aa3fc55ed6a5a8844361e2864d4fdfcae736497 (diff)
downloadpkgsrc-04b9c269f20420972d56f613c9bab25cdb514174.tar.gz
USE_BUILDLINK3, include curses.buildlink3.mk, and use ${CP} instead of cp
in PLIST.
Diffstat (limited to 'games/zombies/PLIST')
-rw-r--r--games/zombies/PLIST4
1 files changed, 2 insertions, 2 deletions
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