[75938] trunk/dports/science/arb/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Feb 13 00:14:40 PST 2011
Revision: 75938
http://trac.macports.org/changeset/75938
Author: ryandesign at macports.org
Date: 2011-02-13 00:14:38 -0800 (Sun, 13 Feb 2011)
Log Message:
-----------
arb: consolidate multiple reinplaces; see #28276
Modified Paths:
--------------
trunk/dports/science/arb/Portfile
Modified: trunk/dports/science/arb/Portfile
===================================================================
--- trunk/dports/science/arb/Portfile 2011-02-13 08:06:58 UTC (rev 75937)
+++ trunk/dports/science/arb/Portfile 2011-02-13 08:14:38 UTC (rev 75938)
@@ -55,24 +55,24 @@
configure.env-append PATH=${worksrcpath}/bin:$env(PATH)
configure {
- reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/PERL2ARB/DARWIN.PL
- reinplace "s| sed | gsed |g" ${worksrcpath}/GDEHELP/MENUS/align.menu
- reinplace "s| sed | gsed |g" ${worksrcpath}/util/arb_check_build_env.pl
- reinplace "s| sed | gsed |g" ${worksrcpath}/arb_install.sh
- reinplace "s| sed | gsed |g" ${worksrcpath}/WINDOW/AW_status.cxx
- reinplace "s| sed | gsed |g" ${worksrcpath}/SH/example_batch_probe_match.sh
- reinplace "s| sed | gsed |g" ${worksrcpath}/GDEHELP/GDEmenus
- reinplace "s| sed | gsed |g" ${worksrcpath}/GDEHELP/genhelp.sh
- reinplace "s| sed | gsed |g" ${worksrcpath}/GDEHELP/genhelptree.sh
- reinplace "s| sed | gsed |g" ${worksrcpath}/SOURCE_TOOLS/make_java_dependencies.sh
- reinplace "s| sed | gsed |g" ${worksrcpath}/HELP_SOURCE/Makefile
- reinplace "s| sed | gsed |g" ${worksrcpath}/AISC_COM/AISC/Makefile
- reinplace "s| sed | gsed |g" ${worksrcpath}/GDEHELP/Makefile
- reinplace "s| sed | gsed |g" ${worksrcpath}/HELP_SOURCE/genhelp/Makefile
- reinplace "s| sed | gsed |g" ${worksrcpath}/GDEHELP/Makefile.helpfiles
+ reinplace "s| sed | gsed |g" ${worksrcpath}/GDEHELP/MENUS/align.menu \
+ ${worksrcpath}/util/arb_check_build_env.pl \
+ ${worksrcpath}/arb_install.sh \
+ ${worksrcpath}/WINDOW/AW_status.cxx \
+ ${worksrcpath}/SH/example_batch_probe_match.sh \
+ ${worksrcpath}/GDEHELP/GDEmenus \
+ ${worksrcpath}/GDEHELP/genhelp.sh \
+ ${worksrcpath}/GDEHELP/genhelptree.sh \
+ ${worksrcpath}/SOURCE_TOOLS/make_java_dependencies.sh \
+ ${worksrcpath}/HELP_SOURCE/Makefile \
+ ${worksrcpath}/AISC_COM/AISC/Makefile \
+ ${worksrcpath}/GDEHELP/Makefile \
+ ${worksrcpath}/HELP_SOURCE/genhelp/Makefile \
+ ${worksrcpath}/GDEHELP/Makefile.helpfiles
file copy ${worksrcpath}/config.makefile.template ${worksrcpath}/config.makefile
file copy ${filespath}/arb_macsetup ${worksrcpath}/bin
- reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/bin/arb_macsetup
+ reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/PERL2ARB/DARWIN.PL \
+ ${worksrcpath}/bin/arb_macsetup
}
platform darwin 9 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110213/f3dfd2f0/attachment.html>
More information about the macports-changes
mailing list