- Timestamp:
- 08/27/08 14:17:13 (3 months ago)
- Location:
- trunk/dports/graphics/dcraw
- Files:
-
- 2 modified
-
Portfile (modified) (2 diffs)
-
files/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/dcraw/Portfile
r39644 r39645 34 34 post-extract { 35 35 xinstall -W ${filespath} Makefile.in ${worksrcpath}/Makefile 36 # Move "install" script; it conflicts with the destroot phase ("make install") 37 move ${worksrcpath}/install ${worksrcpath}/install.sh 36 38 } 37 39 … … 47 49 } 48 50 49 destroot { 50 xinstall -s -m 755 -W ${worksrcpath} dcraw ${destroot}${prefix}/bin 51 post-destroot { 51 52 xinstall -m 644 -W ${worksrcpath} dcraw.1 ${destroot}${prefix}/share/man/man1 52 53 foreach lang {eo ru fr it de pt es zh_TW zh_CN nl pl hu} { -
trunk/dports/graphics/dcraw/files/Makefile.in
r39644 r39645 9 9 dcraw: 10 10 $(CC) -o dcraw $(CFLAGS) dcraw.c -ljpeg -llcms -lintl -liconv $(CPPFLAGS) $(LDFLAGS) -DLOCALEDIR=\"$(PREFIX)/share/locale/\" 11 12 install: 13 install -s -m 755 dcraw $(DESTDIR)$(PREFIX)/bin

