diff options
author | seb <seb> | 2003-11-05 23:32:11 +0000 |
---|---|---|
committer | seb <seb> | 2003-11-05 23:32:11 +0000 |
commit | 9d4c5c38650ce586db069016dfde072ae779d7cb (patch) | |
tree | a69bba5bcce3f85878b7b647bcb3e92b97088236 /cross | |
parent | 219459b302bd6f175835ff5ac882866638cdfcef (diff) | |
download | pkgsrc-9d4c5c38650ce586db069016dfde072ae779d7cb.tar.gz |
Properly handle info files and thus fix installation.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/h8300-hms-binutils/Makefile | 6 | ||||
-rw-r--r-- | cross/h8300-hms-binutils/PLIST | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile index 07f03a4bcb7..1f5c9007cc8 100644 --- a/cross/h8300-hms-binutils/Makefile +++ b/cross/h8300-hms-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/03/29 12:40:24 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/11/05 23:32:11 seb Exp $ DISTNAME= binutils-2.12.1 PKGNAME= cross-h8300-hms-binutils-2.12.1 @@ -15,6 +15,7 @@ H8300_PREFIX= ${PREFIX}/libexec/cross-h8300-hms USE_BUILDLINK2= yes USE_GMAKE= yes +USE_MAKEINFO= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${H8300_PREFIX} CONFIGURE_ARGS+= --infodir=${H8300_PREFIX}/binutils @@ -22,6 +23,9 @@ CONFIGURE_ARGS+= --target=h8300-hms CONFIGURE_SCRIPT= ${SRCDIR}/configure SRCDIR= ${WRKDIR}/${DISTNAME} ALL_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 post-extract: ${MKDIR} ${WRKSRC} diff --git a/cross/h8300-hms-binutils/PLIST b/cross/h8300-hms-binutils/PLIST index c64abe50bc4..c17b169de67 100644 --- a/cross/h8300-hms-binutils/PLIST +++ b/cross/h8300-hms-binutils/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/09/30 11:15:29 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/11/05 23:32:11 seb Exp $ bin/h8300-hms-addr2line bin/h8300-hms-ar bin/h8300-hms-as @@ -62,7 +62,6 @@ libexec/cross-h8300-hms/binutils/configure.info libexec/cross-h8300-hms/binutils/configure.info-1 libexec/cross-h8300-hms/binutils/configure.info-2 libexec/cross-h8300-hms/binutils/configure.info-3 -libexec/cross-h8300-hms/binutils/dir libexec/cross-h8300-hms/binutils/gasp.info libexec/cross-h8300-hms/binutils/ld.info libexec/cross-h8300-hms/binutils/ld.info-1 |