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

afb at macports.org afb at macports.org
Fri May 9 00:00:31 PDT 2008


Revision: 36640
          http://trac.macosforge.org/projects/macports/changeset/36640
Author:   afb at macports.org
Date:     2008-05-09 00:00:28 -0700 (Fri, 09 May 2008)

Log Message:
-----------
always edit scripts, just in case user changed their mind and reconfigured

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

Modified: trunk/base/src/port/Makefile
===================================================================
--- trunk/base/src/port/Makefile	2008-05-09 06:33:59 UTC (rev 36639)
+++ trunk/base/src/port/Makefile	2008-05-09 07:00:28 UTC (rev 36640)
@@ -10,13 +10,15 @@
 
 all: ${SCRIPTS}
 
-portmirror: portmirror.tcl
+.PHONY: always
+
+portmirror: portmirror.tcl always
 	${edit} portmirror.tcl > $@
 
-portindex: portindex.tcl
+portindex: portindex.tcl always
 	${edit} portindex.tcl > $@
 
-port: port.tcl
+port: port.tcl always
 	${edit} port.tcl > $@
 
 mkdirs:

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


More information about the macports-changes mailing list