[135121] trunk/dports/sysutils/krbafs/Portfile

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


Revision: 135121
          https://trac.macports.org/changeset/135121
Author:   ryandesign at macports.org
Date:     2015-04-15 13:07:02 -0700 (Wed, 15 Apr 2015)
Log Message:
-----------
krbafs: use new locations of libtool's config.guess and config.sub; copy libtool files in pre-configure (they might not have been installed yet before then)

Modified Paths:
--------------
    trunk/dports/sysutils/krbafs/Portfile

Modified: trunk/dports/sysutils/krbafs/Portfile
===================================================================
--- trunk/dports/sysutils/krbafs/Portfile	2015-04-15 20:04:33 UTC (rev 135120)
+++ trunk/dports/sysutils/krbafs/Portfile	2015-04-15 20:07:02 UTC (rev 135121)
@@ -26,7 +26,9 @@
 patchfiles          patch-Makefile.in.diff
 
 post-patch {
-   copy -force ${prefix}/share/libtool/config/config.guess \
-               ${prefix}/share/libtool/config/config.sub ${worksrcpath}
-   reinplace "s|@install_prefix@|${destroot}|g" "${worksrcpath}/Makefile.in"
+    reinplace "s|@install_prefix@|${destroot}|g" ${worksrcpath}/Makefile.in
 }
+
+pre-configure {
+    xinstall -m 644 -W ${prefix}/share/libtool/build-aux config.guess config.sub ${worksrcpath}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150415/bfef8d83/attachment-0001.html>


More information about the macports-changes mailing list