Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 39651 for trunk

Show
Ignore:
Timestamp:
08/27/08 15:29:44 (3 months ago)
Author:
ryandesign@…
Message:

dcraw: declare the Makefile "install" target to be phony, to avoid conflict with "install" file

Location:
trunk/dports/graphics/dcraw
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/dcraw/Portfile

    r39650 r39651  
    3535post-extract { 
    3636    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.sh 
    3937} 
    4038 
  • trunk/dports/graphics/dcraw/files/Makefile.in

    r39650 r39651  
    1515        mkdir -p $(BUILD_DIR) 
    1616 
     17.PHONY: install 
    1718install: 
    1819        install -s -m 755 $(BUILD_DIR)/dcraw $(DESTDIR)$(PREFIX)/bin