[139651] trunk/dports/print/poster/Portfile

snc at macports.org snc at macports.org
Sat Aug 22 18:35:39 PDT 2015


Revision: 139651
          https://trac.macports.org/changeset/139651
Author:   snc at macports.org
Date:     2015-08-22 18:35:39 -0700 (Sat, 22 Aug 2015)
Log Message:
-----------
poster:
autotools to configure phase for proper trace mode operation
thanks ionic

Modified Paths:
--------------
    trunk/dports/print/poster/Portfile

Modified: trunk/dports/print/poster/Portfile
===================================================================
--- trunk/dports/print/poster/Portfile	2015-08-23 00:58:06 UTC (rev 139650)
+++ trunk/dports/print/poster/Portfile	2015-08-23 01:35:39 UTC (rev 139651)
@@ -28,8 +28,11 @@
                     sha256  63bd6f01e40e68dda0ac11a4f416c70457bc6bbd254af720b7ea2874875fa4ba
 
 post-patch {
-        system  -W ${worksrcpath} "touch AUTHORS NEWS &&
-                ${prefix}/bin/aclocal &&
+        system  -W ${worksrcpath} "touch AUTHORS NEWS"
+}
+
+pre-configure {
+        system  -W ${worksrcpath} "${prefix}/bin/aclocal &&
                 ${prefix}/bin/automake --add-missing &&
                 ${prefix}/bin/autoconf"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150822/acababc2/attachment.html>


More information about the macports-changes mailing list