Ticket #12445: ryandesign-ports.diff
File ryandesign-ports.diff, 1.4 KB (added by afb@…, 17 years ago) |
---|
-
devel/gettext/Portfile
53 53 } 54 54 55 55 post-destroot { 56 delete ${destroot}${prefix}/lib/charset.alias \ 57 ${destroot}${prefix}/share/locale/locale.alias 56 if {[file exists ${destroot}${prefix}/lib/charset.alias]} { 57 delete ${destroot}${prefix}/lib/charset.alias 58 } 59 if {[file exists ${destroot}${prefix}/share/locale/locale.alias]} { 60 delete ${destroot}${prefix}/share/locale/locale.alias 61 } 58 62 } 59 63 60 64 livecheck.check regex -
textproc/libiconv/Portfile
7 7 revision 4 8 8 categories textproc 9 9 maintainers ryandesign 10 platforms darwin freebsd 10 platforms darwin freebsd linux 11 11 homepage http://www.gnu.org/software/libiconv/ 12 12 distfiles ${distname}${extract.suffix}:gnu 13 13 extract.only ${distname}${extract.suffix} … … 89 89 pre-fetch { variant_set disable_utf8mac } 90 90 } 91 91 92 platform linux { 93 pre-fetch { variant_set disable_utf8mac } 94 } 95 92 96 post-destroot { 97 if {[file exists ${destroot}${prefix}/lib/charset.alias]} { 93 98 delete ${destroot}${prefix}/lib/charset.alias 99 } 94 100 } 95 101 96 102 # Do not support UTF-8-MAC encoding