[51383] trunk/base/src/port/Makefile

raimue at macports.org raimue at macports.org
Sat May 23 13:27:47 PDT 2009


Revision: 51383
          http://trac.macports.org/changeset/51383
Author:   raimue at macports.org
Date:     2009-05-23 13:27:47 -0700 (Sat, 23 May 2009)
Log Message:
-----------
port/Makefile:
install depends on all, mark mkdirs as a phony target

Modified Paths:
--------------
    trunk/base/src/port/Makefile

Modified: trunk/base/src/port/Makefile
===================================================================
--- trunk/base/src/port/Makefile	2009-05-23 20:20:58 UTC (rev 51382)
+++ trunk/base/src/port/Makefile	2009-05-23 20:27:47 UTC (rev 51383)
@@ -8,6 +8,8 @@
 
 include ../../Mk/macports.autoconf.mk
 
+.PHONY: mkdirs
+
 all: ${SCRIPTS}
 
 portmirror: portmirror.tcl ../../Mk/macports.autoconf.mk
@@ -29,7 +31,7 @@
 
 distclean: clean
 
-install: port portindex portmirror mkdirs
+install: all mkdirs
 	$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}/bin
 	$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}/var/macports
 	$(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 555 port portindex portmirror ${INSTALLDIR}/bin/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090523/2c23fb84/attachment.html>


More information about the macports-changes mailing list