[25093] branches/dp2mp-move/base

source_changes at macosforge.org source_changes at macosforge.org
Sun May 13 16:06:37 PDT 2007


Revision: 25093
          http://trac.macosforge.org/projects/macports/changeset/25093
Author:   jmpp at macports.org
Date:     2007-05-13 16:06:36 -0700 (Sun, 13 May 2007)

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

No need to install anything from base/portmgr (the PortIndex2MySQ.tcl script,
which is the only thing we're installing from that dir, is seriously outdated anyhow).

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

Removed Paths:
-------------
    branches/dp2mp-move/base/portmgr/Makefile

Modified: branches/dp2mp-move/base/Makefile.in
===================================================================
--- branches/dp2mp-move/base/Makefile.in	2007-05-13 20:33:03 UTC (rev 25092)
+++ branches/dp2mp-move/base/Makefile.in	2007-05-13 23:06:36 UTC (rev 25093)
@@ -1,4 +1,4 @@
-SUBDIR		= config doc src portmgr
+SUBDIR		= config doc src
 DISTDIR		= dist
 DISTVER		=
 DISTTAG		= release_${subst .,_,${DISTVER}}

Deleted: branches/dp2mp-move/base/portmgr/Makefile
===================================================================
--- branches/dp2mp-move/base/portmgr/Makefile	2007-05-13 20:33:03 UTC (rev 25092)
+++ branches/dp2mp-move/base/portmgr/Makefile	2007-05-13 23:06:36 UTC (rev 25093)
@@ -1,27 +0,0 @@
-INSTALLDIR=	${DESTDIR}${datadir}/macports/resources/portmgr
-
-SCRIPTS=	PortIndex2MySQL
-
-edit = sed \
-	-e 's, at PREFIX\@,$(prefix),g' \
-	-e 's, at TCL_PACKAGE_DIR\@,$(TCL_PACKAGE_DIR),g'
-
-include ../Mk/macports.autoconf.mk
-
-all: ${SCRIPTS}
-
-PortIndex2MySQL: PortIndex2MySQL.tcl
-	${edit} PortIndex2MySQL.tcl > $@
-
-clean:
-	rm -f ${SCRIPTS}
-
-test:
-
-distclean: clean
-
-install:
-	$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}
-	$(SILENT)set -x; for file in ${SCRIPTS}; do \
-		$(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 544 $$file ${INSTALLDIR}; \
-	done

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


More information about the macports-changes mailing list