diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-20 18:15:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-20 18:15:37 +0000 |
commit | 741aecb60794fe08a7a2c61bfcc516bee56c6a2b (patch) | |
tree | 0f05903ff61fcd859ec72aa544fa1e5eda653bf6 /cross/h8300-hms-binutils | |
parent | 6132a5c7603ce3eb9c6eaaf83c45b47f9e30fa6d (diff) | |
download | pkgsrc-741aecb60794fe08a7a2c61bfcc516bee56c6a2b.tar.gz |
* Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.
* Properly account for split info files during installation.
* Move info file listings directly into the package PLISTs.
This fixes info-file-related PLIST problems.
Diffstat (limited to 'cross/h8300-hms-binutils')
-rw-r--r-- | cross/h8300-hms-binutils/Makefile | 10 | ||||
-rw-r--r-- | cross/h8300-hms-binutils/PLIST | 9 |
2 files changed, 12 insertions, 7 deletions
diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile index 9f28f868e25..13fc91b546e 100644 --- a/cross/h8300-hms-binutils/Makefile +++ b/cross/h8300-hms-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/05 16:27:23 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/03/20 18:15:37 jlam Exp $ DISTNAME= binutils-2.12.1 PKGNAME= cross-h8300-hms-binutils-2.12.1 @@ -23,15 +23,13 @@ CONFIGURE_SCRIPT= ${SRCDIR}/configure SRCDIR= ${WRKDIR}/${DISTNAME} BUILD_TARGET= CFLAGS="-O2 -fomit-frame-pointer" all INFO_DIR= libexec/cross-h8300-hms/binutils -INFO_FILES= as.info bfd.info binutils.info configure.info -INFO_FILES+= gasp.info ld.info standards.info +INFO_FILES= # PLIST + +INSTALLATION_DIRS= ${H8300_PREFIX} post-extract: ${MKDIR} ${WRKSRC} -pre-install: - ${MKDIR} ${H8300_PREFIX} - post-install: for f in h8300-hms-size h8300-hms-objdump h8300-hms-ar \ h8300-hms-strings h8300-hms-ranlib h8300-hms-objcopy \ diff --git a/cross/h8300-hms-binutils/PLIST b/cross/h8300-hms-binutils/PLIST index d4113847dd7..29120ae634b 100644 --- a/cross/h8300-hms-binutils/PLIST +++ b/cross/h8300-hms-binutils/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:21 jlam Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/03/20 18:15:37 jlam Exp $ bin/h8300-hms-addr2line bin/h8300-hms-ar bin/h8300-hms-as @@ -16,6 +16,13 @@ bin/h8300-hms-srconv bin/h8300-hms-strings bin/h8300-hms-strip bin/h8300-hms-sysdump +libexec/cross-h8300-hms/binutils/as.info +libexec/cross-h8300-hms/binutils/bfd.info +libexec/cross-h8300-hms/binutils/binutils.info +libexec/cross-h8300-hms/binutils/configure.info +libexec/cross-h8300-hms/binutils/gasp.info +libexec/cross-h8300-hms/binutils/ld.info +libexec/cross-h8300-hms/binutils/standards.info libexec/cross-h8300-hms/bin/h8300-hms-addr2line libexec/cross-h8300-hms/bin/h8300-hms-ar libexec/cross-h8300-hms/bin/h8300-hms-as |