diff options
author | glewis <glewis@FreeBSD.org> | 2016-01-10 02:17:49 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2016-01-10 02:17:49 +0800 |
commit | 678ccc4930eb8ea99cb18b9b7424e3dfd8577be0 (patch) | |
tree | e19d0921fb8d5e4c0c689f5db3937264ef90057b /games/nethack33 | |
parent | 9f06a7d560dfc6307bce24385947e4a5c69fc723 (diff) | |
download | freebsd-ports-gnome-678ccc4930eb8ea99cb18b9b7424e3dfd8577be0.tar.gz freebsd-ports-gnome-678ccc4930eb8ea99cb18b9b7424e3dfd8577be0.tar.zst freebsd-ports-gnome-678ccc4930eb8ea99cb18b9b7424e3dfd8577be0.zip |
. Fix the permissions of the playground.
Diffstat (limited to 'games/nethack33')
-rw-r--r-- | games/nethack33/Makefile | 2 | ||||
-rw-r--r-- | games/nethack33/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index 68c585f04b51..364900870349 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -3,7 +3,7 @@ PORTNAME= nethack33 PORTVERSION= 3.3.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${TRUEPORTNAME}-${PORTVERSION:S/.//g} diff --git a/games/nethack33/pkg-plist b/games/nethack33/pkg-plist index b547f053bd61..5242f67748a2 100644 --- a/games/nethack33/pkg-plist +++ b/games/nethack33/pkg-plist @@ -149,4 +149,5 @@ man/man6/lev_comp%%HACKEXT%%.6.gz man/man6/%%HACKNAME%%.6.gz man/man6/recover%%HACKEXT%%.6.gz %%PORTDOCS%%%%DOCSDIR%%/Guidebook.txt +@dir(games,games,0775) %%DATADIR%% @dir(games,games,0775) %%DATADIR%%/save |