svn commit: r405650 - head/games/nethack33

Greg Lewis glewis at FreeBSD.org
Sat Jan 9 18:17:50 UTC 2016


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
+ at dir(games,games,0775) %%DATADIR%%
 @dir(games,games,0775) %%DATADIR%%/save


More information about the svn-ports-all mailing list