Revision: 139651 https://trac.macports.org/changeset/139651 Author: snc@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" }
participants (1)
-
snc@macports.org