[45067] trunk/Makefile

jkh at apple.com jkh at apple.com
Wed Jan 7 19:08:17 PST 2009


Revision: 45067
          http://trac.macports.org/changeset/45067
Author:   jkh at apple.com
Date:     2009-01-07 19:08:17 -0800 (Wed, 07 Jan 2009)
Log Message:
-----------
Fix broken sources.conf configuration.

Modified Paths:
--------------
    trunk/Makefile

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2009-01-08 00:52:18 UTC (rev 45066)
+++ trunk/Makefile	2009-01-08 03:08:17 UTC (rev 45067)
@@ -9,7 +9,7 @@
 install: all
 	@(cd base; make install)
 	@if egrep -q ^rsync ${SRCS}; then \
-	  echo file://`pwd`/dports/ >> ${SRCS}; \
+	  echo file://`pwd`/dports/ [default] >> ${SRCS}; \
 	  sed -i .orig -e 's/^rsync/#rsync/' ${SRCS}; \
 	  echo "${SRCS} automatically configured"; \
         fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090107/bd6fdfc1/attachment.html>


More information about the macports-changes mailing list