Changeset 83391
- Timestamp:
- 08/31/11 00:36:43 (4 years ago)
- Location:
- trunk/base
- Files:
-
- 2 edited
-
Makefile.in (modified) (1 diff)
-
src/macports1.0/macports.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/Makefile.in
r81565 r83391 87 87 $(TCLSH) src/images_to_archives.tcl "${macports_tcl_dir}" 88 88 endif 89 ifndef SELFUPDATING 89 90 @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 "" 90 91 @echo "sudo port -v selfupdate"; echo "" 91 92 @echo "Please read \"man port\", the MacPorts guide at http://guide.macports.org/ and Wiki at https://trac.macports.org/ for full documentation."; echo "" 93 else 94 @echo ""; echo "Congratulations, you have successfully upgraded the MacPorts system."; echo "" 95 endif 92 96 93 97 group:: -
trunk/base/src/macports1.0/macports.tcl
r83271 r83391 3092 3092 # do the actual configure, build and installation of new base 3093 3093 ui_msg "Installing new MacPorts release in $prefix as $owner:$group; permissions $perms; Tcl-Package in $tclpackage\n" 3094 if { [catch { system "cd $mp_source_path && ${cc_arg}./configure $configure_args && make && make install " } result] } {3094 if { [catch { system "cd $mp_source_path && ${cc_arg}./configure $configure_args && make && make install SELFUPDATING=1" } result] } { 3095 3095 return -code error "Error installing new MacPorts base: $result" 3096 3096 }
Note: See TracChangeset
for help on using the changeset viewer.

