[50644] trunk/dports/x11/xorg-cf-files/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue May 5 16:44:40 PDT 2009


Revision: 50644
          http://trac.macports.org/changeset/50644
Author:   jeremyhu at macports.org
Date:     2009-05-05 16:44:40 -0700 (Tue, 05 May 2009)
Log Message:
-----------
xorg-cf-files: Have xmkmf use ${prefix} as ProjectRoot

Modified Paths:
--------------
    trunk/dports/x11/xorg-cf-files/Portfile

Modified: trunk/dports/x11/xorg-cf-files/Portfile
===================================================================
--- trunk/dports/x11/xorg-cf-files/Portfile	2009-05-05 23:34:02 UTC (rev 50643)
+++ trunk/dports/x11/xorg-cf-files/Portfile	2009-05-05 23:44:40 UTC (rev 50644)
@@ -5,7 +5,7 @@
 
 name         xorg-cf-files
 version      1.0.2
-revision     1
+revision     2
 categories   x11 devel
 platforms    darwin
 maintainers  mcalhoun openmaintainer
@@ -36,6 +36,7 @@
     reinplace -E s|/usr/bin/cpp\$|${configure.cpp}|g ${worksrcpath}/darwin.cf
     reinplace s|/usr/bin/cc|${configure.cc}|g ${worksrcpath}/darwin.cf
     reinplace s|/usr/bin/c++|${configure.cxx}|g ${worksrcpath}/darwin.cf
+    reinplace s|/usr/X11|${prefix}| ${worksrcpath}/site.def 
 }
 
 livecheck.check  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090505/b5273339/attachment.html>


More information about the macports-changes mailing list