- Timestamp:
- 08/27/08 15:29:44 (3 months ago)
- Location:
- trunk/dports/graphics/dcraw
- Files:
-
- 2 modified
-
Portfile (modified) (1 diff)
-
files/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/dcraw/Portfile
r39650 r39651 35 35 post-extract { 36 36 xinstall -W ${filespath} Makefile.in ${worksrcpath}/Makefile 37 # Move "install" script; it conflicts with the destroot phase ("make install")38 move ${worksrcpath}/install ${worksrcpath}/install.sh39 37 } 40 38 -
trunk/dports/graphics/dcraw/files/Makefile.in
r39650 r39651 15 15 mkdir -p $(BUILD_DIR) 16 16 17 .PHONY: install 17 18 install: 18 19 install -s -m 755 $(BUILD_DIR)/dcraw $(DESTDIR)$(PREFIX)/bin

