[100095] trunk/dports/irc/bahamut/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Nov 27 16:30:06 PST 2012


Revision: 100095
          https://trac.macports.org/changeset/100095
Author:   ryandesign at macports.org
Date:     2012-11-27 16:30:06 -0800 (Tue, 27 Nov 2012)
Log Message:
-----------
bahamut: simplify

Modified Paths:
--------------
    trunk/dports/irc/bahamut/Portfile

Modified: trunk/dports/irc/bahamut/Portfile
===================================================================
--- trunk/dports/irc/bahamut/Portfile	2012-11-28 00:19:35 UTC (rev 100094)
+++ trunk/dports/irc/bahamut/Portfile	2012-11-28 00:30:06 UTC (rev 100095)
@@ -34,14 +34,11 @@
 
 configure.args      --enable-openssl=${prefix}
 
-pre-build {
+post-configure {
     reinplace "s|INSTALL_DIR=${prefix}|INSTALL_DIR=${destroot}${prefix}|g" \
-        ${worksrcpath}/Makefile
-    reinplace "s|INSTALL_DIR=${prefix}|INSTALL_DIR=${destroot}${prefix}|g" \
-        ${worksrcpath}/src/Makefile
-    reinplace "s|INSTALL_DIR=${prefix}|INSTALL_DIR=${destroot}${prefix}|g" \
-        ${worksrcpath}/tools/Makefile
-    reinplace "s|INSTALL_DIR=${prefix}|INSTALL_DIR=${destroot}${prefix}|g" \
+        ${worksrcpath}/Makefile \
+        ${worksrcpath}/src/Makefile \
+        ${worksrcpath}/tools/Makefile \
         ${worksrcpath}/doc/Makefile
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121127/4b27bcd9/attachment.html>


More information about the macports-changes mailing list