diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-04-20 06:13:19 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-04-20 06:13:19 +0000 |
commit | dc2a030949e5b213010a3c79645ce3bf76eee1bd (patch) | |
tree | 51493b1dc9d9e8952499fa353b48e463d0367fe6 /games | |
parent | Update to 2.6.1. (diff) |
. Fix packing list.
Notes
Notes:
svn path=/head/; revision=107658
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack32/pkg-plist | 8 |
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%% |