[49501] trunk/dports/games/rogue/Portfile

aschenke at macports.org aschenke at macports.org
Fri Apr 10 20:33:25 PDT 2009


Revision: 49501
          http://trac.macports.org/changeset/49501
Author:   aschenke at macports.org
Date:     2009-04-10 20:33:25 -0700 (Fri, 10 Apr 2009)
Log Message:
-----------
add group ownership on directory

Modified Paths:
--------------
    trunk/dports/games/rogue/Portfile

Modified: trunk/dports/games/rogue/Portfile
===================================================================
--- trunk/dports/games/rogue/Portfile	2009-04-11 03:30:13 UTC (rev 49500)
+++ trunk/dports/games/rogue/Portfile	2009-04-11 03:33:25 UTC (rev 49501)
@@ -37,7 +37,7 @@
 					xinstall -m 2755 -g games -c ${worksrcpath}/rogue ${destroot}${prefix}/bin/rogue
 					xinstall -m 644 -c ${worksrcpath}/rogue.6 ${destroot}${prefix}/share/man/man6/rogue.6
 					
-					xinstall -m 775 -d ${destroot}${prefix}/var/games/rogue
+					xinstall -m 775 -g games -d ${destroot}${prefix}/var/games/rogue
 				
 					file mkdir ${destroot}${prefix}/share/doc/${name}
 					xinstall -m 644 -c ${worksrcpath}/${name}.doc ${destroot}${prefix}/share/doc/${name}/${name}.doc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090410/68e85ec9/attachment.html>


More information about the macports-changes mailing list