[109897] branches/larryv-subversion-subports/dports/devel/subversion/ Portfile

larryv at macports.org larryv at macports.org
Wed Aug 21 08:43:47 PDT 2013


Revision: 109897
          https://trac.macports.org/changeset/109897
Author:   larryv at macports.org
Date:     2013-08-21 08:43:46 -0700 (Wed, 21 Aug 2013)
Log Message:
-----------
Remove seemingly-unnecessary pre/post-configure.

Modified Paths:
--------------
    branches/larryv-subversion-subports/dports/devel/subversion/Portfile

Modified: branches/larryv-subversion-subports/dports/devel/subversion/Portfile
===================================================================
--- branches/larryv-subversion-subports/dports/devel/subversion/Portfile	2013-08-21 15:43:13 UTC (rev 109896)
+++ branches/larryv-subversion-subports/dports/devel/subversion/Portfile	2013-08-21 15:43:46 UTC (rev 109897)
@@ -98,13 +98,6 @@
 switch -regexp ${subport} {
     perl    {configure.args-append  PERL=${perl5.bin}}
 }
-pre-configure {
-    reinplace "s|hardcode_direct=yes|hardcode_direct=no|g" \
-        ${worksrcpath}/configure
-}
-post-configure {
-    reinplace "s|need_relink=yes|need_relink=no|g" ${worksrcpath}/libtool
-}
 
 
 # Build
@@ -163,7 +156,7 @@
 
 
 # Test
-test.run    yes
+test.run yes
 switch -regexp ${subport} {
     perl    {test.target    check-swig-pl}
     default {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130821/7a7c5230/attachment.html>


More information about the macports-changes mailing list