Revision
117326
Author
devans@macports.org
Date
2014-02-21 20:50:33 -0800 (Fri, 21 Feb 2014)

Log Message

epiphany: consolidate and correct pre-configure actions.

Modified Paths

Diff

Modified: trunk/dports/gnome/epiphany/Portfile (117325 => 117326)


--- trunk/dports/gnome/epiphany/Portfile	2014-02-22 04:41:52 UTC (rev 117325)
+++ trunk/dports/gnome/epiphany/Portfile	2014-02-22 04:50:33 UTC (rev 117326)
@@ -77,6 +77,7 @@
 
 pre-configure {
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+    reinplace "s|--rpath=|-rpath |g" ${worksrcpath}/configure.ac
 }
 
 use_autoreconf      yes
@@ -88,10 +89,6 @@
                 --disable-schemas-compile \
                 --disable-tests
 
-pre-configure {
-    reinplace "s|--rpath=|-rpath |g" ${worksrcpath}/configure
-}
-
 post-activate {
     system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications"
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"