[39646] trunk/dports/graphics/dcraw/Portfile
Revision: 39646 http://trac.macosforge.org/projects/macports/changeset/39646 Author: ryandesign@macports.org Date: 2008-08-27 14:20:14 -0700 (Wed, 27 Aug 2008) Log Message: ----------- dcraw: also install manpages and message catalogs for language codes ca, cs and sv which were added to the source somewhere along the way Modified Paths: -------------- trunk/dports/graphics/dcraw/Portfile Modified: trunk/dports/graphics/dcraw/Portfile =================================================================== --- trunk/dports/graphics/dcraw/Portfile 2008-08-27 21:17:13 UTC (rev 39645) +++ trunk/dports/graphics/dcraw/Portfile 2008-08-27 21:20:14 UTC (rev 39646) @@ -4,6 +4,7 @@ name dcraw version 8.87 +revision 1 set distfile_date 20080814134200 categories graphics maintainers ryandesign @@ -50,7 +51,7 @@ post-destroot { xinstall -m 644 -W ${worksrcpath} dcraw.1 ${destroot}${prefix}/share/man/man1 - foreach lang {eo ru fr it de pt es zh_TW zh_CN nl pl hu} { + foreach lang {eo ru fr it de pt es zh_TW zh_CN nl pl hu ca cs sv} { if {[file exist ${worksrcpath}/dcraw_${lang}.1]} { xinstall -m 755 -d ${destroot}${prefix}/share/man/${lang}/man1 xinstall -m 644 -W ${worksrcpath} dcraw_${lang}.1 ${destroot}${prefix}/share/man/${lang}/man1/dcraw.1
participants (1)
-
ryandesign@macports.org