summaryrefslogtreecommitdiff
path: root/games/xemeraldia/PLIST
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commit472dafdd2e1560bc21a20b89efd58a911dc44409 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /games/xemeraldia/PLIST
parent55a30558d8942bf85417fab3ed26bec7a7c3aae6 (diff)
downloadpkgsrc-472dafdd2e1560bc21a20b89efd58a911dc44409.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'games/xemeraldia/PLIST')
-rw-r--r--games/xemeraldia/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xemeraldia/PLIST b/games/xemeraldia/PLIST
index d513dda7b0c..572a7c3368a 100644
--- a/games/xemeraldia/PLIST
+++ b/games/xemeraldia/PLIST
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2002/06/26 10:29:43 seb Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/12/05 20:50:18 rillig Exp $
bin/xemeraldia
lib/X11/app-defaults/XEmeraldia
@exec ${MKDIR} %D/${GAMES_DIR}/xemeraldia
@exec touch -f %D/${GAMES_DIR}/xemeraldia/xemeraldia.scores
@exec ${CHMOD} 666 %D/${GAMES_DIR}/xemeraldia/xemeraldia.scores
@unexec ${RM} -f %D/${GAMES_DIR}/xemeraldia/xemeraldia.scores
-@unexec ${RMDIR} %D/${GAMES_DIR}/xemeraldia
+@dirrm ${GAMES_DIR}/xemeraldia