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

aschenke at macports.org aschenke at macports.org
Fri Apr 10 20:30:14 PDT 2009


Revision: 49500
          http://trac.macports.org/changeset/49500
Author:   aschenke at macports.org
Date:     2009-04-10 20:30:13 -0700 (Fri, 10 Apr 2009)
Log Message:
-----------
remove score file from port manager tracking (let rogue create it)

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

Modified: trunk/dports/games/rogue/Portfile
===================================================================
--- trunk/dports/games/rogue/Portfile	2009-04-11 03:21:27 UTC (rev 49499)
+++ trunk/dports/games/rogue/Portfile	2009-04-11 03:30:13 UTC (rev 49500)
@@ -38,7 +38,6 @@
 					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 664 -g games -c /dev/null ${destroot}${prefix}/var/games/rogue/rogue.scr
 				
 					file mkdir ${destroot}${prefix}/share/doc/${name}
 					xinstall -m 644 -c ${worksrcpath}/${name}.doc ${destroot}${prefix}/share/doc/${name}/${name}.doc
@@ -46,4 +45,6 @@
 					xinstall -m 644 -c ${worksrcpath}/${name}.cat ${destroot}${prefix}/share/doc/${name}/${name}.cat
 					xinstall -m 644 -c ${worksrcpath}/LICENSE.TXT ${destroot}${prefix}/share/doc/${name}/LICENSE.TXT
 					xinstall -m 644 -c ${worksrcpath}/${name}.me ${destroot}${prefix}/share/doc/${name}/${name}.me
-				 }
\ No newline at end of file
+				 }
+				 
+destroot.keepdirs ${destroot}${prefix}/var/games/rogue
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090410/d6f55e81/attachment-0001.html>


More information about the macports-changes mailing list