[53662] trunk/base/Makefile.in
jmr at macports.org
jmr at macports.org
Sat Jul 11 03:54:52 PDT 2009
Revision: 53662
http://trac.macports.org/changeset/53662
Author: jmr at macports.org
Date: 2009-07-11 03:54:51 -0700 (Sat, 11 Jul 2009)
Log Message:
-----------
include adding ${prefix}/bin to PATH in the instructions printed by 'make install' (#20218)
Modified Paths:
--------------
trunk/base/Makefile.in
Modified: trunk/base/Makefile.in
===================================================================
--- trunk/base/Makefile.in 2009-07-11 10:53:21 UTC (rev 53661)
+++ trunk/base/Makefile.in 2009-07-11 10:54:51 UTC (rev 53662)
@@ -41,7 +41,7 @@
# Remove duplicate entries from the dependency map (could occur with 1.6 and earlier):
$(TCLSH) src/dep_map_clean.tcl ${TCL_PACKAGE_DIR}
endif
- @echo ""; echo "Congratulations, you have successfully installed the MacPorts system. To get the Portfiles and update the system, open a new terminal and run:"; echo ""
+ @echo ""; echo "Congratulations, you have successfully installed the MacPorts system. To get the Portfiles and update the system, add ${prefix}/bin to your PATH and run:"; echo ""
@echo "sudo port -v selfupdate"; echo ""
@echo "Please read \"man port\", the MacPorts guide at http://guide.macports.org/ and Wiki at http://trac.macports.org/ for full documentation."; echo ""
@echo "Stray sources might have been left in the legacy ${localstatedir}/db/dports directory after this upgrade, which moved most of what it could to ${localstatedir}/macports, so you might want to look in the former and cleanup manually."; echo ""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090711/c64503bd/attachment.html>
More information about the macports-changes
mailing list