[39651] trunk/dports/graphics/dcraw

ryandesign at macports.org ryandesign at macports.org
Wed Aug 27 15:29:45 PDT 2008


Revision: 39651
          http://trac.macosforge.org/projects/macports/changeset/39651
Author:   ryandesign at macports.org
Date:     2008-08-27 15:29:44 -0700 (Wed, 27 Aug 2008)
Log Message:
-----------
dcraw: declare the Makefile "install" target to be phony, to avoid conflict with "install" file

Modified Paths:
--------------
    trunk/dports/graphics/dcraw/Portfile
    trunk/dports/graphics/dcraw/files/Makefile.in

Modified: trunk/dports/graphics/dcraw/Portfile
===================================================================
--- trunk/dports/graphics/dcraw/Portfile	2008-08-27 22:14:11 UTC (rev 39650)
+++ trunk/dports/graphics/dcraw/Portfile	2008-08-27 22:29:44 UTC (rev 39651)
@@ -34,8 +34,6 @@
 
 post-extract {
     xinstall -W ${filespath} Makefile.in ${worksrcpath}/Makefile
-    # Move "install" script; it conflicts with the destroot phase ("make install")
-    move ${worksrcpath}/install ${worksrcpath}/install.sh
 }
 
 # configure.cc doesn't get set until the default configure phase runs

Modified: trunk/dports/graphics/dcraw/files/Makefile.in
===================================================================
--- trunk/dports/graphics/dcraw/files/Makefile.in	2008-08-27 22:14:11 UTC (rev 39650)
+++ trunk/dports/graphics/dcraw/files/Makefile.in	2008-08-27 22:29:44 UTC (rev 39651)
@@ -14,5 +14,6 @@
 $(BUILD_DIR):
 	mkdir -p $(BUILD_DIR)
 
+.PHONY: install
 install:
 	install -s -m 755 $(BUILD_DIR)/dcraw $(DESTDIR)$(PREFIX)/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080827/4fad91a9/attachment-0001.html 


More information about the macports-changes mailing list