[49290] trunk/dports/games/moria/Portfile

aschenke at macports.org aschenke at macports.org
Mon Apr 6 12:47:09 PDT 2009


Revision: 49290
          http://trac.macports.org/changeset/49290
Author:   aschenke at macports.org
Date:     2009-04-06 12:47:08 -0700 (Mon, 06 Apr 2009)
Log Message:
-----------
fixed #19201 (xinstall problem)

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

Modified: trunk/dports/games/moria/Portfile
===================================================================
--- trunk/dports/games/moria/Portfile	2009-04-06 19:42:53 UTC (rev 49289)
+++ trunk/dports/games/moria/Portfile	2009-04-06 19:47:08 UTC (rev 49290)
@@ -31,7 +31,7 @@
                  }
                  
 destroot         {
-                    xinstall -d 755 ${destroot}${prefix}/var/games/moria
+                    xinstall -d ${destroot}${prefix}/var/games/moria
                     xinstall -c -m 2755 -g games ${worksrcpath}/source/moria ${destroot}${prefix}/bin
                     xinstall -c -m 444 ${worksrcpath}/files/hours ${destroot}${prefix}/var/games/moria
                     xinstall -c -m 444 ${worksrcpath}/files/news ${destroot}${prefix}/var/games/moria
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090406/c3d02fa7/attachment.html>


More information about the macports-changes mailing list