diff options
author | joerg <joerg@FreeBSD.org> | 2007-11-07 20:42:44 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2007-11-07 20:42:44 +0800 |
commit | ef758600511eba734de257db734c118c780c64f9 (patch) | |
tree | 18d751edfe38b084e417cdd33064b10e545622e5 /devel | |
parent | 82bc542042cff978c1bc195b740b05d6e68c2ffb (diff) | |
download | freebsd-ports-gnome-ef758600511eba734de257db734c118c780c64f9.tar.gz freebsd-ports-gnome-ef758600511eba734de257db734c118c780c64f9.tar.zst freebsd-ports-gnome-ef758600511eba734de257db734c118c780c64f9.zip |
Fix broken package list.
Approved by: portmgr (erwin)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/avr-binutils/Makefile | 5 | ||||
-rw-r--r-- | devel/avr-binutils/pkg-plist | 14 |
2 files changed, 18 insertions, 1 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index d3fda9ee6134..97c847a2442c 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -7,6 +7,7 @@ PORTNAME= binutils PORTVERSION= 2.18 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases @@ -35,6 +36,7 @@ MAN1= \ avr-as.1 \ avr-c++filt.1 \ avr-dlltool.1 \ + avr-gprof.1 \ avr-ld.1 \ avr-nlmconv.1 \ avr-nm.1 \ @@ -45,7 +47,8 @@ MAN1= \ avr-size.1 \ avr-strings.1 \ avr-strip.1 \ + avr-windmc.1 \ avr-windres.1 -INFO= as binutils ld +INFO= as binutils gprof ld .include <bsd.port.mk> diff --git a/devel/avr-binutils/pkg-plist b/devel/avr-binutils/pkg-plist index 4650289c1b61..77b7963edb19 100644 --- a/devel/avr-binutils/pkg-plist +++ b/devel/avr-binutils/pkg-plist @@ -40,6 +40,7 @@ bin/avr-addr2line bin/avr-ar bin/avr-as bin/avr-c++filt +bin/avr-gprof bin/avr-ld bin/avr-nm bin/avr-objcopy @@ -50,28 +51,41 @@ bin/avr-size bin/avr-strings bin/avr-strip share/locale/da/LC_MESSAGES/binutils.mo +share/locale/da/LC_MESSAGES/gprof.mo share/locale/da/LC_MESSAGES/ld.mo +share/locale/de/LC_MESSAGES/gprof.mo share/locale/es/LC_MESSAGES/binutils.mo share/locale/es/LC_MESSAGES/gas.mo +share/locale/es/LC_MESSAGES/gprof.mo share/locale/es/LC_MESSAGES/ld.mo share/locale/fi/LC_MESSAGES/binutils.mo +share/locale/fi/LC_MESSAGES/gprof.mo share/locale/fi/LC_MESSAGES/ld.mo share/locale/fr/LC_MESSAGES/binutils.mo share/locale/fr/LC_MESSAGES/gas.mo +share/locale/fr/LC_MESSAGES/gprof.mo share/locale/fr/LC_MESSAGES/ld.mo +share/locale/ga/LC_MESSAGES/gprof.mo share/locale/ga/LC_MESSAGES/ld.mo +share/locale/id/LC_MESSAGES/gprof.mo share/locale/ja/LC_MESSAGES/binutils.mo +share/locale/ms/LC_MESSAGES/gprof.mo +share/locale/pt_BR/LC_MESSAGES/gprof.mo share/locale/ro/LC_MESSAGES/binutils.mo share/locale/ru/LC_MESSAGES/binutils.mo share/locale/rw/LC_MESSAGES/binutils.mo share/locale/rw/LC_MESSAGES/gas.mo +share/locale/rw/LC_MESSAGES/gprof.mo share/locale/sv/LC_MESSAGES/binutils.mo +share/locale/sv/LC_MESSAGES/gprof.mo share/locale/sv/LC_MESSAGES/ld.mo share/locale/tr/LC_MESSAGES/binutils.mo +share/locale/tr/LC_MESSAGES/gprof.mo share/locale/tr/LC_MESSAGES/gas.mo share/locale/tr/LC_MESSAGES/ld.mo share/locale/uk/LC_MESSAGES/binutils.mo share/locale/vi/LC_MESSAGES/binutils.mo +share/locale/vi/LC_MESSAGES/gprof.mo share/locale/vi/LC_MESSAGES/ld.mo share/locale/zh_CN/LC_MESSAGES/binutils.mo share/locale/zh_CN/LC_MESSAGES/ld.mo |