[55422] trunk/dports/editors/sigil/Portfile

krischik at macports.org krischik at macports.org
Mon Aug 10 07:29:30 PDT 2009


Revision: 55422
          http://trac.macports.org/changeset/55422
Author:   krischik at macports.org
Date:     2009-08-10 07:29:30 -0700 (Mon, 10 Aug 2009)
Log Message:
-----------
a few /opt/local slipped in again

Modified Paths:
--------------
    trunk/dports/editors/sigil/Portfile

Modified: trunk/dports/editors/sigil/Portfile
===================================================================
--- trunk/dports/editors/sigil/Portfile	2009-08-10 14:25:07 UTC (rev 55421)
+++ trunk/dports/editors/sigil/Portfile	2009-08-10 14:29:30 UTC (rev 55422)
@@ -36,8 +36,8 @@
 
 configure {
     system "
-	if test ! -x /opt/local/bin/qmake ; then
-	    ln -s /opt/local/libexec/qt4-mac/bin/qmake /opt/local/bin;
+	if test ! -x ${prefix}/bin/qmake ; then
+	    ln -s ${prefix}/libexec/qt4-mac/bin/qmake ${prefix}/bin;
 	fi;
 	mkdir -p ${workpath}/build;
 	pushd ${workpath}/build;
@@ -49,7 +49,7 @@
 build {
     system "
 	pushd ${workpath}/build;
-	    typeset -x LIBRARY_PATH=/opt/local/lib;
+	    typeset -x LIBRARY_PATH=${prefix};
 	    gmake Sigil;
 	popd;
     "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090810/b50f5759/attachment.html>


More information about the macports-changes mailing list