diff options
author | max <max@FreeBSD.org> | 1996-12-27 08:51:32 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-27 08:51:32 +0000 |
commit | 8fea0992b9e43d5bb3edf7dacfe6cf88d381aaad (patch) | |
tree | decfab46ee33bb964fb67348341056a7f8b16fad /games/nethack3 | |
parent | e3fda05140a68e271d1f0656591f8e50f59ef303 (diff) | |
download | FreeBSD-ports-8fea0992b9e43d5bb3edf7dacfe6cf88d381aaad.zip FreeBSD-ports-8fea0992b9e43d5bb3edf7dacfe6cf88d381aaad.tar.gz |
Moved the @exec mkdir ... line so that it won't fail to
mkdir lib/nethackdir/save when you do pkg_add this package for the first time.
Diffstat (limited to 'games/nethack3')
-rw-r--r-- | games/nethack3/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack3/pkg-plist b/games/nethack3/pkg-plist index fc1a876..d189d77 100644 --- a/games/nethack3/pkg-plist +++ b/games/nethack3/pkg-plist @@ -1,9 +1,9 @@ bin/nethack +lib/nethackdir/nethack @exec mkdir %D/lib/nethackdir/save @exec chmod 775 %D/lib/nethackdir/save @exec chown games.games %D/lib/nethackdir/save @unexec rmdir %D/lib/nethackdir/save -lib/nethackdir/nethack man/man6/dgn_comp.6.gz man/man6/dlb.6.gz man/man6/lev_comp.6.gz |