Date: Sat, 9 Jan 2016 18:17:49 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405650 - head/games/nethack33 Message-ID: <201601091817.u09IHnqx075116@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Sat Jan 9 18:17:49 2016 New Revision: 405650 URL: https://svnweb.freebsd.org/changeset/ports/405650 Log: . Fix the permissions of the playground. Modified: head/games/nethack33/Makefile head/games/nethack33/pkg-plist Modified: head/games/nethack33/Makefile ============================================================================== --- head/games/nethack33/Makefile Sat Jan 9 18:16:25 2016 (r405649) +++ head/games/nethack33/Makefile Sat Jan 9 18:17:49 2016 (r405650) @@ -3,7 +3,7 @@ PORTNAME= nethack33 PORTVERSION= 3.3.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${TRUEPORTNAME}-${PORTVERSION:S/.//g} Modified: head/games/nethack33/pkg-plist ============================================================================== --- head/games/nethack33/pkg-plist Sat Jan 9 18:16:25 2016 (r405649) +++ head/games/nethack33/pkg-plist Sat Jan 9 18:17:49 2016 (r405650) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601091817.u09IHnqx075116>