diff options
author | mm <mm@FreeBSD.org> | 2009-07-28 14:17:22 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-07-28 14:17:22 +0800 |
commit | b79e201cbee2642f1a665bda3a489d960a56eacb (patch) | |
tree | 35c5eb92156f673ef73203b42d0851dd3bf314c4 /devel | |
parent | febe0d90a777cbe39c7cb134c49ecba65c77e7d7 (diff) | |
download | freebsd-ports-gnome-b79e201cbee2642f1a665bda3a489d960a56eacb.tar.gz freebsd-ports-gnome-b79e201cbee2642f1a665bda3a489d960a56eacb.tar.zst freebsd-ports-gnome-b79e201cbee2642f1a665bda3a489d960a56eacb.zip |
- Fix pkg-plist for pre-7 FreeBSD
- Bump PORTREVISION
Reported by: pav (exprun)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/binutils/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 09725eb7e28d..072b1a475fee 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -7,7 +7,7 @@ PORTNAME= binutils PORTVERSION= 2.19.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases diff --git a/devel/binutils/pkg-plist b/devel/binutils/pkg-plist index 1e73566fb7a8..67a5f8e05a83 100644 --- a/devel/binutils/pkg-plist +++ b/devel/binutils/pkg-plist @@ -92,4 +92,4 @@ lib/libopcodes.la %%NLS%%share/locale/zh_CN/LC_MESSAGES/opcodes.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/binutils.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/ld.mo -%%PRE7%%@dirrmtry elf +%%PRE7%%@dirrmtry lib/elf |