Revision
74245
Author
devans@macports.org
Date
2010-12-08 15:32:13 -0800 (Wed, 08 Dec 2010)

Log Message

anjuta: use the right perl in scripts.

Modified Paths

Diff

Modified: trunk/dports/gnome/anjuta/Portfile (74244 => 74245)


--- trunk/dports/gnome/anjuta/Portfile	2010-12-08 23:13:31 UTC (rev 74244)
+++ trunk/dports/gnome/anjuta/Portfile	2010-12-08 23:32:13 UTC (rev 74245)
@@ -31,6 +31,10 @@
                 port:libunique \
                 port:vte
 
+post-patch {
+        reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" ${worksrcpath}/scripts/builder2schema.pl
+}
+
 configure.args  --enable-static \
                 --disable-scrollkeeper \
                 --disable-schemas-install \