Revision
39651
Author
ryandesign@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

Diff

Modified: trunk/dports/graphics/dcraw/Portfile (39650 => 39651)


--- 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 (39650 => 39651)


--- 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