aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-04-20 06:13:19 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-04-20 06:13:19 +0000
commitdc2a030949e5b213010a3c79645ce3bf76eee1bd (patch)
tree51493b1dc9d9e8952499fa353b48e463d0367fe6 /games
parent23038a659000bd4c07eb1d7fd278ddf4c229c26d (diff)
downloadports-dc2a030949e5b213010a3c79645ce3bf76eee1bd.tar.gz
ports-dc2a030949e5b213010a3c79645ce3bf76eee1bd.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/nethack32/pkg-plist8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/nethack32/pkg-plist b/games/nethack32/pkg-plist
index 157f99a66ba4..cdde3c3a69f8 100644
--- a/games/nethack32/pkg-plist
+++ b/games/nethack32/pkg-plist
@@ -121,9 +121,9 @@ bin/%%HACKNAME%%
@mode 664
%%DATADIR%%/perm
@mode
-@unexec [ -s %D/%%HACKDIR%%/logfile ] || rm -f %D/%%HACKDIR%%/logfile
-@exec touch %D/%%HACKDIR%%/logfile && chmod 664 %D/%%HACKDIR%%/logfile
-@unexec [ -s %D/%%HACKDIR%%/record ] || rm -f %D/%%HACKDIR%%/record
-@exec touch %D/%%HACKDIR%%/record && chmod 664 %D/%%HACKDIR%%/record
+@unexec [ -s %D/%%DATADIR%%/logfile ] || rm -f %D/%%DATADIR%%/logfile
+@exec touch %D/%%DATADIR%%/logfile && chmod 664 %D/%%DATADIR%%/logfile
+@unexec [ -s %D/%%DATADIR%%/record ] || rm -f %D/%%DATADIR%%/record
+@exec touch %D/%%DATADIR%%/record && chmod 664 %D/%%DATADIR%%/record
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true
%%PORTDOCS%%@dirrm %%DOCSDIR%%