[42760] trunk/base/Makefile.in

jmr at macports.org jmr at macports.org
Sun Nov 30 08:52:49 PST 2008


Revision: 42760
          http://trac.macports.org/changeset/42760
Author:   jmr at macports.org
Date:     2008-11-30 08:52:48 -0800 (Sun, 30 Nov 2008)
Log Message:
-----------
Upgrade sources.conf before cleaning the dep_map, since the latter can fail otherwise.

Modified Paths:
--------------
    trunk/base/Makefile.in

Modified: trunk/base/Makefile.in
===================================================================
--- trunk/base/Makefile.in	2008-11-30 16:51:53 UTC (rev 42759)
+++ trunk/base/Makefile.in	2008-11-30 16:52:48 UTC (rev 42760)
@@ -38,10 +38,10 @@
 
 install::
 	$(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 setupenv.bash  ${datadir}/macports/
+# Add [default] tag to the central MacPorts repository, if it isn't already
+	$(TCLSH) src/upgrade_sources_conf_default.tcl ${prefix}
 # Remove duplicate entries from the dependency map (could occur with 1.6 and earlier):
 	$(TCLSH) src/dep_map_clean.tcl ${TCL_PACKAGE_DIR}
-# Add [default] tag to the central MacPorts repository, if it isn't already
-	$(TCLSH) src/upgrade_sources_conf_default.tcl ${prefix}
 	@echo ""; echo "Congratulations, you have successfully installed the MacPorts system. To get the Portfiles and update the system, 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 ""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081130/7fcaee0a/attachment.html>


More information about the macports-changes mailing list