[90559] trunk/dports/math/pari/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 8 15:34:54 PST 2012


Revision: 90559
          http://trac.macports.org/changeset/90559
Author:   ryandesign at macports.org
Date:     2012-03-08 15:34:53 -0800 (Thu, 08 Mar 2012)
Log Message:
-----------
pari: simply run Configure by its real name, instead of renaming it to match the MacPorts default

Modified Paths:
--------------
    trunk/dports/math/pari/Portfile

Modified: trunk/dports/math/pari/Portfile
===================================================================
--- trunk/dports/math/pari/Portfile	2012-03-08 23:30:30 UTC (rev 90558)
+++ trunk/dports/math/pari/Portfile	2012-03-08 23:34:53 UTC (rev 90559)
@@ -35,6 +35,8 @@
         ${worksrcpath}/config/get_dlld
 }
 
+configure.cmd       ./Configure
+
 # PARI/GP doesn't use autoconf, and if only *FLAGS environment variables are
 # used, libreadline is not found. One needs *PATH environment variables.
 configure.env       C_INCLUDE_PATH=${prefix}/include \
@@ -54,7 +56,6 @@
 set merger_must_run_binaries yes
 
 pre-configure {
-    file rename -force ${worksrcpath}/Configure ${worksrcpath}/configure
     if {![variant_isset doc]} {
         reinplace "s/\\(doc all:\\).*/\\1/" \
             ${worksrcpath}/config/DOC_Make.SH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120308/b9eed412/attachment.html>


More information about the macports-changes mailing list