diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/cross/arm-none-linux-gnueabi-binutils/Portfile ./Portfile
old
|
new
|
|
14 | 14 | platforms darwin |
15 | 15 | categories cross devel |
16 | 16 | license GPL-2+ |
17 | | maintainers nomaintainer |
| 17 | maintainers gmail.com:stuartwesterman openmaintainer |
18 | 18 | homepage http://www.codesourcery.com/gnu_toolchains/arm |
19 | 19 | master_sites macports:pguyot |
20 | 20 | distname binutils-${version} |
… |
… |
|
57 | 57 | namespace eval crossgcc {} |
58 | 58 | |
59 | 59 | # Fix the info pages and related stuff. |
60 | | # |
| 60 | # |
61 | 61 | # path: path to the doc directory (e.g. gas/doc/) |
62 | 62 | # makefile: path to Makefile.in (e.g. gas/doc/Makefile.in) |
63 | 63 | # name: name of the info page (e.g. as) |
… |
… |
|
90 | 90 | } |
91 | 91 | |
92 | 92 | # Fix the gettext files and related stuff. |
93 | | # |
| 93 | # |
94 | 94 | # module: name of the module (e.g. gas) |
95 | 95 | proc crossgcc::fixgettext { module } { |
96 | 96 | global crossgcc-target worksrcpath |