[61952] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Thu Dec 24 14:20:29 PST 2009


Revision: 61952
          http://trac.macports.org/changeset/61952
Author:   ryandesign at macports.org
Date:     2009-12-24 14:20:26 -0800 (Thu, 24 Dec 2009)
Log Message:
-----------
simplify archcheck.files (don't include ${prefix}/)

Modified Paths:
--------------
    trunk/dports/graphics/glitz/Portfile
    trunk/dports/x11/xorg-xcb-util/Portfile

Modified: trunk/dports/graphics/glitz/Portfile
===================================================================
--- trunk/dports/graphics/glitz/Portfile	2009-12-24 21:54:32 UTC (rev 61951)
+++ trunk/dports/graphics/glitz/Portfile	2009-12-24 22:20:26 UTC (rev 61952)
@@ -30,7 +30,7 @@
 
 minimum_xcodeversions {9 3.1}
 
-archcheck.files ${prefix}/lib/libGL.dylib
+archcheck.files lib/libGL.dylib
 
 configure.args \
     --mandir=${prefix}/share/man

Modified: trunk/dports/x11/xorg-xcb-util/Portfile
===================================================================
--- trunk/dports/x11/xorg-xcb-util/Portfile	2009-12-24 21:54:32 UTC (rev 61951)
+++ trunk/dports/x11/xorg-xcb-util/Portfile	2009-12-24 22:20:26 UTC (rev 61952)
@@ -24,7 +24,7 @@
 depends_lib	port:xorg-libxcb \
                 port:xorg-xproto
 
-archcheck.files ${prefix}/lib/libxcb.dylib
+archcheck.files lib/libxcb.dylib
 
 livecheck.type  regex
 livecheck.url   ${master_sites}?C=M&O=D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091224/8a78ed00/attachment-0001.html>


More information about the macports-changes mailing list