Date: Sat, 9 Jan 2016 18:18:03 +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: r405651 - head/games/nethack32 Message-ID: <201601091818.u09II3mp075287@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Sat Jan 9 18:18:02 2016 New Revision: 405651 URL: https://svnweb.freebsd.org/changeset/ports/405651 Log: . Fix the permissions of the playground. Modified: head/games/nethack32/Makefile head/games/nethack32/pkg-plist Modified: head/games/nethack32/Makefile ============================================================================== --- head/games/nethack32/Makefile Sat Jan 9 18:17:49 2016 (r405650) +++ head/games/nethack32/Makefile Sat Jan 9 18:18:02 2016 (r405651) @@ -3,7 +3,7 @@ PORTNAME= nethack32 PORTVERSION= 3.2.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${TRUEPORTNAME}/${TRUEPORTNAME}/3.2.2 DISTNAME= nethack-322 Modified: head/games/nethack32/pkg-plist ============================================================================== --- head/games/nethack32/pkg-plist Sat Jan 9 18:17:49 2016 (r405650) +++ head/games/nethack32/pkg-plist Sat Jan 9 18:18:02 2016 (r405651) @@ -126,4 +126,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,0755) %%DATADIR%%/save +@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?201601091818.u09II3mp075287>