diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-27 08:51:32 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-27 08:51:32 +0000 |
commit | 090e1f74d472d12dfe22efadd160cb507683ed66 (patch) | |
tree | 7cd6901d28baa3800b23e9fe78cb5cc740a7dbe7 /games/nethack33 | |
parent | Make one of our changes for -current work on 2.1. In -current, rresvport() (diff) |
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.
Notes
Notes:
svn path=/head/; revision=5107
Diffstat (limited to 'games/nethack33')
-rw-r--r-- | games/nethack33/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack33/pkg-plist b/games/nethack33/pkg-plist index fc1a8769dd90..d189d7707695 100644 --- a/games/nethack33/pkg-plist +++ b/games/nethack33/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 |