[135559] trunk/dports/editors/leafpad/Portfile

devans at macports.org devans at macports.org
Sun Apr 26 07:16:59 PDT 2015


Revision: 135559
          https://trac.macports.org/changeset/135559
Author:   devans at macports.org
Date:     2015-04-26 07:16:59 -0700 (Sun, 26 Apr 2015)
Log Message:
-----------
leafpad: reconfigure using intltoolize and autoreconf (no autogen.sh available) for intltool 0.51 compatibility.

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

Modified: trunk/dports/editors/leafpad/Portfile
===================================================================
--- trunk/dports/editors/leafpad/Portfile	2015-04-26 13:22:55 UTC (rev 135558)
+++ trunk/dports/editors/leafpad/Portfile	2015-04-26 14:16:59 UTC (rev 135559)
@@ -25,8 +25,12 @@
                 port:freetype \
                 port:desktop-file-utils
 
-# autoreconf to reconfigure with our intltool.m4
+# reconfigure using intltoolize and autoreconf (no autogen.sh available) for intltool 0.51 compatibility
 
+pre-configure {
+    system -W ${worksrcpath} "${prefix}/bin/intltoolize --force --copy --automake"
+}
+
 use_autoreconf  yes
 autoreconf.args -fvi
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150426/46f9d4a8/attachment.html>


More information about the macports-changes mailing list