[102060] trunk/dports/devel/gdb-apple/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Jan 26 09:28:53 PST 2013


Revision: 102060
          https://trac.macports.org/changeset/102060
Author:   jeremyhu at macports.org
Date:     2013-01-26 09:28:53 -0800 (Sat, 26 Jan 2013)
Log Message:
-----------
gdb-apple: Use $prefix

Modified Paths:
--------------
    trunk/dports/devel/gdb-apple/Portfile

Modified: trunk/dports/devel/gdb-apple/Portfile
===================================================================
--- trunk/dports/devel/gdb-apple/Portfile	2013-01-26 16:20:51 UTC (rev 102059)
+++ trunk/dports/devel/gdb-apple/Portfile	2013-01-26 17:28:53 UTC (rev 102060)
@@ -51,12 +51,12 @@
     --disable-werror
 
 build.args \
-    MAKEINFO="makeinfo" \
-    LEXLIB="/opt/local/lib/libfl.a"
+    MAKEINFO="${prefix}/bin/makeinfo" \
+    LEXLIB="${prefix}/lib/libfl.a"
 
 destroot.args \
-    MAKEINFO="makeinfo" \
-    LEXLIB="/opt/local/lib/libfl.a"
+    MAKEINFO="${prefix}/bin/makeinfo" \
+    LEXLIB="${prefix}/lib/libfl.a"
 
 post-destroot {
     system "chgrp procmod ${destroot}${prefix}/bin/*-apple"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130126/e96998e5/attachment.html>


More information about the macports-changes mailing list