[61477] trunk/dports/devel/noweb/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Sat Dec 12 10:50:54 PST 2009


Revision: 61477
          http://trac.macports.org/changeset/61477
Author:   macsforever2000 at macports.org
Date:     2009-12-12 10:50:50 -0800 (Sat, 12 Dec 2009)
Log Message:
-----------
maintainer configuration fix. (#22792)

Modified Paths:
--------------
    trunk/dports/devel/noweb/Portfile

Modified: trunk/dports/devel/noweb/Portfile
===================================================================
--- trunk/dports/devel/noweb/Portfile	2009-12-12 18:47:42 UTC (rev 61476)
+++ trunk/dports/devel/noweb/Portfile	2009-12-12 18:50:50 UTC (rev 61477)
@@ -4,6 +4,7 @@
 
 name			noweb
 version			2.11b
+revision		1
 categories		devel
 maintainers		laposte.net:michael.grunewald
 description		A Simple, Extensible Tool for Literate Programming
@@ -27,13 +28,16 @@
 depends_build		port:icon
 depends_run		port:icon
 
-use_configure		no
 universal_variant	no
 
 post-patch {
     reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/Makefile
 }
 
+configure {
+    system "cd ${worksrcpath} && ./awkname awk"
+}
+
 livecheck.type		regex
 livecheck.url		${homepage}dist/?C=M&O=D
 livecheck.regex		${name}-(\[0-9a-z.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091212/76178eed/attachment.html>


More information about the macports-changes mailing list