diff options
author | glewis <glewis@FreeBSD.org> | 2004-04-20 14:13:19 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-04-20 14:13:19 +0800 |
commit | 4d3657671a945fb551586c0a646f031a96611b5d (patch) | |
tree | cb793f9efb6ccba1d01d5cbd047fb91a1977d862 /games | |
parent | 3a6488bea7e7c13c069bd2b94ccece56a112a7ed (diff) | |
download | freebsd-ports-gnome-4d3657671a945fb551586c0a646f031a96611b5d.tar.gz freebsd-ports-gnome-4d3657671a945fb551586c0a646f031a96611b5d.tar.zst freebsd-ports-gnome-4d3657671a945fb551586c0a646f031a96611b5d.zip |
. Fix packing list.
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%% |