[76580] trunk/dports/science/arb/files/arb_macsetup
ryandesign at macports.org
ryandesign at macports.org
Mon Feb 28 12:59:36 PST 2011
Revision: 76580
http://trac.macports.org/changeset/76580
Author: ryandesign at macports.org
Date: 2011-02-28 12:59:32 -0800 (Mon, 28 Feb 2011)
Log Message:
-----------
arb: fix use of PREFIX variable in arb_macsetup script; see #28276
Modified Paths:
--------------
trunk/dports/science/arb/files/arb_macsetup
Modified: trunk/dports/science/arb/files/arb_macsetup
===================================================================
--- trunk/dports/science/arb/files/arb_macsetup 2011-02-28 20:55:48 UTC (rev 76579)
+++ trunk/dports/science/arb/files/arb_macsetup 2011-02-28 20:59:32 UTC (rev 76580)
@@ -154,10 +154,10 @@
echo ""
echo "Open a new terminal window and type arb to launch ARB"
echo ""
-echo "A demo data base is located at ${prefix}/share/arb.demo.arb"
+echo "A demo data base is located at ${PREFIX}/share/arb.demo.arb"
echo ""
echo "************************************************************************************************"
-echo "Note: To set up ARB for another user log into their account and type ${prefix}/bin/arb_macsetup"
+echo "Note: To set up ARB for another user log into their account and type ${PREFIX}/bin/arb_macsetup"
echo "************************************************************************************************"
echo ""
echo "Please cite: Wolfgang Ludwig, et al. (2004) ARB: a software environment for sequence data. Nucleic Acids Research. 32:1363-1371"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110228/6d37f243/attachment-0001.html>
More information about the macports-changes
mailing list