[25776] branches/dp2mp-move/base/Makefile.in

source_changes at macosforge.org source_changes at macosforge.org
Thu May 31 22:21:45 PDT 2007


Revision: 25776
          http://trac.macosforge.org/projects/macports/changeset/25776
Author:   jmpp at macports.org
Date:     2007-05-31 22:21:44 -0700 (Thu, 31 May 2007)

Log Message:
-----------
Old ports.conf(5) man page needs to be removed too.

Modified Paths:
--------------
    branches/dp2mp-move/base/Makefile.in

Modified: branches/dp2mp-move/base/Makefile.in
===================================================================
--- branches/dp2mp-move/base/Makefile.in	2007-06-01 05:19:48 UTC (rev 25775)
+++ branches/dp2mp-move/base/Makefile.in	2007-06-01 05:21:44 UTC (rev 25776)
@@ -56,6 +56,9 @@
 # Following that, the dir itself is renamed to its new name:
 	[ ! -d ${sysconfdir}/ports ] || mv -v ${sysconfdir}/ports ${sysconfdir}/macports
 
+# Old ports.conf(5) man page is removed:
+	[ ! -f ${prefix}/share/man/man5/ports.conf.5 ] || rm -f ${prefix}/share/man/man5/ports.conf.5
+
 # Open up receipts and upgrade any paths in them containing old conventions to the new namespace:
 	for receipt in ${localstatedir}/macports/receipts/*/*/receipt.bz2 ; do [ ! -f $${receipt} ] || { \
 		cp -v $${receipt} $${receipt}.old && { \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070531/48c0f34d/attachment.html


More information about the macports-changes mailing list