[32102] trunk/base

jmpp at macports.org jmpp at macports.org
Sun Dec 16 15:24:22 PST 2007


Revision: 32102
          http://trac.macosforge.org/projects/macports/changeset/32102
Author:   jmpp at macports.org
Date:     2007-12-16 15:24:21 -0800 (Sun, 16 Dec 2007)

Log Message:
-----------

Move the UPGRADECHECK abstraction variable into the base/Mk/macports.upgrade.mk where it belongs.

Modified Paths:
--------------
    trunk/base/Makefile.in
    trunk/base/Mk/macports.upgrade.mk

Modified: trunk/base/Makefile.in
===================================================================
--- trunk/base/Makefile.in	2007-12-16 23:11:48 UTC (rev 32101)
+++ trunk/base/Makefile.in	2007-12-16 23:24:21 UTC (rev 32102)
@@ -8,7 +8,6 @@
 DISTARCTAG	= ${DISTTAG}-archive
 DISTARCNAME	= ${DISTNAME}-archive
 SVNURL		= http://svn.macports.org/repository/macports
-UPGRADECHECK	= ${localstatedir}/macports/.mprename
 
 
 include Mk/macports.autoconf.mk

Modified: trunk/base/Mk/macports.upgrade.mk
===================================================================
--- trunk/base/Mk/macports.upgrade.mk	2007-12-16 23:11:48 UTC (rev 32101)
+++ trunk/base/Mk/macports.upgrade.mk	2007-12-16 23:24:21 UTC (rev 32102)
@@ -1,5 +1,8 @@
 # $Id$
 
+UPGRADECHECK    = ${localstatedir}/macports/.mprename
+
+
 upgrade::
 	@echo ""; echo "Upgrading your existing MacPorts installation to the new namespace if necessary:"; echo ""
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071216/3fb8bc7a/attachment.html


More information about the macports-changes mailing list