diff options
author | glewis <glewis@FreeBSD.org> | 2015-02-23 02:58:37 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2015-02-23 02:58:37 +0800 |
commit | 6e11f4c639d3eab5c590cc7a8631f83966d8543c (patch) | |
tree | 66e524fa9b4258780a5aab45103675f0435dd258 | |
parent | ec28c2ac6b0e631c73b57fb5486ee6f49909aadc (diff) | |
download | freebsd-ports-gnome-6e11f4c639d3eab5c590cc7a8631f83966d8543c.tar.gz freebsd-ports-gnome-6e11f4c639d3eab5c590cc7a8631f83966d8543c.tar.zst freebsd-ports-gnome-6e11f4c639d3eab5c590cc7a8631f83966d8543c.zip |
. Fix permissions on DATADIR
PR: 192743
-rw-r--r-- | games/nethack34/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/nethack34/pkg-plist b/games/nethack34/pkg-plist index ab49189a0599..1f96aebdf0ec 100644 --- a/games/nethack34/pkg-plist +++ b/games/nethack34/pkg-plist @@ -155,3 +155,4 @@ man/man6/%%HACKNAME%%.6.gz man/man6/recover.6.gz %%PORTDOCS%%%%DOCSDIR%%/Guidebook.txt @dir(games,games,0775) %%DATADIR%%/save +@dir(games,games,0775) %%DATADIR%% |