diff options
author | jlam <jlam> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-30 03:44:41 +0000 |
commit | 4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /devel/binutils | |
parent | 8a3f3aff46d4065ab9601287b6d7839ed280af03 (diff) | |
download | pkgsrc-4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 5 | ||||
-rw-r--r-- | devel/binutils/PLIST.common | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index d918471f7df..b8de4b6f295 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/03/05 16:27:24 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2006/03/30 03:44:42 jlam Exp $ DISTNAME= binutils-2.16.1 CATEGORIES= devel @@ -27,7 +27,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.common PLIST_SRC+= ${WRKDIR}/PLIST_DYNAMIC PLIST_SRC+= ${PKGDIR}/PLIST.common_end -INFO_FILES= as.info bfd.info binutils.info ld.info +INFO_FILES= # PLIST # gprof (XXX: and others?) cannot be built on all platforms # @@ -36,7 +36,6 @@ INFO_FILES= as.info bfd.info binutils.info ld.info PLIST_SUBST+= NO_GPROF="@comment " .else PLIST_SUBST+= NO_GPROF="" -INFO_FILES+= gprof.info .endif # Prevent the need to run texi2pod.pl and pod2man hence diff --git a/devel/binutils/PLIST.common b/devel/binutils/PLIST.common index 43726be1ff3..f7894595158 100644 --- a/devel/binutils/PLIST.common +++ b/devel/binutils/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.10 2006/01/07 23:59:46 wiz Exp $ +@comment $NetBSD: PLIST.common,v 1.11 2006/03/30 03:44:42 jlam Exp $ ${MACHINE_GNU_PLATFORM}/bin/ar ${MACHINE_GNU_PLATFORM}/bin/as ${MACHINE_GNU_PLATFORM}/bin/ld @@ -69,6 +69,11 @@ include/bfd.h include/bfdlink.h include/dis-asm.h include/symcat.h +info/as.info +info/bfd.info +info/binutils.info +${NO_GPROF}info/gprof.info +info/ld.info lib/libbfd.la lib/libiberty.a lib/libopcodes.la |