[135119] trunk/dports/textproc

ryandesign at macports.org ryandesign at macports.org
Wed Apr 15 13:02:08 PDT 2015


Revision: 135119
          https://trac.macports.org/changeset/135119
Author:   ryandesign at macports.org
Date:     2015-04-15 13:02:07 -0700 (Wed, 15 Apr 2015)
Log Message:
-----------
recode, recode-devel: use new locations of libtool's config.guess and config.sub

Modified Paths:
--------------
    trunk/dports/textproc/recode/Portfile
    trunk/dports/textproc/recode-devel/Portfile

Modified: trunk/dports/textproc/recode/Portfile
===================================================================
--- trunk/dports/textproc/recode/Portfile	2015-04-15 19:54:00 UTC (rev 135118)
+++ trunk/dports/textproc/recode/Portfile	2015-04-15 20:02:07 UTC (rev 135119)
@@ -31,11 +31,7 @@
 patchfiles      patch-lib_Makefile.in.diff patch-src_libiconv.c.diff
 
 pre-configure {
-    if {[file exists ${prefix}/share/libtool/config/config.guess]} {
-        copy -force ${prefix}/share/libtool/config/config.guess ${prefix}/share/libtool/config/config.sub ${worksrcpath}
-    } else {
-        copy -force ${prefix}/share/libtool/config.guess ${prefix}/share/libtool/config.sub ${worksrcpath}
-    }
+    xinstall -m 644 -W ${prefix}/share/libtool/build-aux config.guess config.sub ${worksrcpath}
 }
 
 configure.ldflags-append    -liconv

Modified: trunk/dports/textproc/recode-devel/Portfile
===================================================================
--- trunk/dports/textproc/recode-devel/Portfile	2015-04-15 19:54:00 UTC (rev 135118)
+++ trunk/dports/textproc/recode-devel/Portfile	2015-04-15 20:02:07 UTC (rev 135119)
@@ -31,11 +31,7 @@
 # patchfiles          patch-lib_Makefile.in.diff patch-src_libiconv.c.diff
 
 pre-configure {
-    if {[file exists ${prefix}/share/libtool/config/config.guess]} {
-        copy -force ${prefix}/share/libtool/config/config.guess ${prefix}/share/libtool/config/config.sub ${worksrcpath}
-    } else {
-        copy -force ${prefix}/share/libtool/config.guess ${prefix}/share/libtool/config.sub ${worksrcpath}
-    }
+    xinstall -m 644 -W ${prefix}/share/libtool/build-aux config.guess config.sub ${worksrcpath}
 }
 
 configure.ldflags-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150415/e58c209b/attachment.html>


More information about the macports-changes mailing list