diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
commit | 792529759b850aa6227cf6c074e30e190258a2ed (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /cross/i386-netbsdpe | |
parent | 67b40424518ea89a6b2972171275539f5e3e6254 (diff) | |
download | pkgsrc-792529759b850aa6227cf6c074e30e190258a2ed.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'cross/i386-netbsdpe')
-rw-r--r-- | cross/i386-netbsdpe/Makefile | 5 | ||||
-rw-r--r-- | cross/i386-netbsdpe/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cross/i386-netbsdpe/Makefile b/cross/i386-netbsdpe/Makefile index 430e7642697..d9faa061026 100644 --- a/cross/i386-netbsdpe/Makefile +++ b/cross/i386-netbsdpe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/05 16:27:23 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/03/30 03:44:41 jlam Exp $ DISTNAME= cross-${TARGET_ARCH}-${DISTVERSION} DISTVERSION= 3.3.3 @@ -22,8 +22,7 @@ BINUTILS_LDEMULATION= i386pe TARGET_ARCH= i386-netbsdpe GCC_CONFIGURE_ARGS+= --enable-threads BINUTILS_EXTRAS= dlltool dllwrap windres - -INFO_FILES= bfd.info +INFO_FILES= # PLIST # Mingw pathes DISTFILES+= gcc-3.3.3-20040217-1-src.diff.gz diff --git a/cross/i386-netbsdpe/PLIST b/cross/i386-netbsdpe/PLIST index 4353d88f968..32f85d8ceb7 100644 --- a/cross/i386-netbsdpe/PLIST +++ b/cross/i386-netbsdpe/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2006/02/16 18:12:58 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/03/30 03:44:41 jlam Exp $ bin/i386-netbsdpe-addr2line bin/i386-netbsdpe-ar bin/i386-netbsdpe-as @@ -50,6 +50,7 @@ i386-netbsdpe/share/locale/ja/LC_MESSAGES/gcc.mo i386-netbsdpe/share/locale/nl/LC_MESSAGES/gcc.mo i386-netbsdpe/share/locale/sv/LC_MESSAGES/gcc.mo i386-netbsdpe/share/locale/tr/LC_MESSAGES/gcc.mo +info/bfd.info lib/gcc-lib/i386-netbsdpe/3.3.3/cc1 lib/gcc-lib/i386-netbsdpe/3.3.3/cc1plus lib/gcc-lib/i386-netbsdpe/3.3.3/collect2 |