[24886] branches/dp2mp-move/base/doc/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Mon May 7 00:01:22 PDT 2007


Revision: 24886
          http://trac.macosforge.org/projects/macports/changeset/24886
Author:   jmpp at macports.org
Date:     2007-05-07 00:01:22 -0700 (Mon, 07 May 2007)

Log Message:
-----------
Removed stray 'mac' chars from the sed rule to upgrade the main conf file (seems like they've been there for long, not sure how this ever worked before).

Modified Paths:
--------------
    branches/dp2mp-move/base/doc/Makefile

Modified: branches/dp2mp-move/base/doc/Makefile
===================================================================
--- branches/dp2mp-move/base/doc/Makefile	2007-05-07 06:50:09 UTC (rev 24885)
+++ branches/dp2mp-move/base/doc/Makefile	2007-05-07 07:01:22 UTC (rev 24886)
@@ -29,13 +29,13 @@
 		$(LN_S) share/man ${INSTALLDIR}/man; \
 	fi
 
-	# Install the macports.conf file. If it's already installed, upgrade it
+# Install the macports.conf file. If it's already installed, upgrade it
 	if test ! -e ${DESTDIR}/${mpconfigdir}/macports.conf ; then \
 		set -x; \
 		$(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 644 macports.conf ${DESTDIR}${mpconfigdir}; \
 	else \
 		sed -e s/rsync.darwinports.org/rsync.macports.org/ ${DESTDIR}${mpconfigdir}/macports.conf > ${DESTDIR}${mpconfigdir}/macports.conf.tmp && \
-			mv ${DESTDIR}${mpconfigdir}/macports.conf.tmp ${DESTDIR}${mpconfigdir}mac/macports.conf; \
+			mv ${DESTDIR}${mpconfigdir}/macports.conf.tmp ${DESTDIR}${mpconfigdir}/macports.conf; \
 	fi
 
 	# Install the sources.conf file. If it's already installed, upgrade it

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070507/2d834c95/attachment.html


More information about the macports-changes mailing list