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