[49499] trunk/dports/games/larn/Portfile

aschenke at macports.org aschenke at macports.org
Fri Apr 10 20:21:29 PDT 2009


Revision: 49499
          http://trac.macports.org/changeset/49499
Author:   aschenke at macports.org
Date:     2009-04-10 20:21:27 -0700 (Fri, 10 Apr 2009)
Log Message:
-----------
don't track score & log files with port manager (let larn create them)

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

Modified: trunk/dports/games/larn/Portfile
===================================================================
--- trunk/dports/games/larn/Portfile	2009-04-11 02:59:21 UTC (rev 49498)
+++ trunk/dports/games/larn/Portfile	2009-04-11 03:21:27 UTC (rev 49499)
@@ -46,12 +46,12 @@
                     }
 
 destroot            {
+						xinstall -m 775 -g games -d ${destroot}${prefix}/var/games/larn
                         xinstall -m 755 -d ${destroot}${prefix}/share/larn
                         xinstall -m 2755 -g games -c ${worksrcpath}/larn ${destroot}${prefix}/bin
                         xinstall -m 644 -c ${worksrcpath}/larn.6.gz ${destroot}${prefix}/share/man/man6
                         xinstall -m 644 -c ${worksrcpath}/datfiles/larn.help ${destroot}${prefix}/share/larn
                         xinstall -m 644 -c ${worksrcpath}/datfiles/larnmaze ${destroot}${prefix}/share/larn
-                        xinstall -m 775 -d ${destroot}${prefix}/var/games/larn
-                        xinstall -m 660 -g games -c /dev/null ${destroot}${prefix}/var/games/larn/lscore12.0
-                        xinstall -m 660 -g games -c /dev/null ${destroot}${prefix}/var/games/larn/llog12.0
-                    }
+                    }               
+
+destroot.keepdirs   ${destroot}${prefix}/var/games/larn
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090410/da0c24b4/attachment.html>


More information about the macports-changes mailing list