Modified: trunk/dports/print/poster/Portfile (139650 => 139651)
--- 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"
}