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 | aa3d22afbfb6d3e771f5049e6763573365068c24 (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /devel/gdb | |
parent | 6541169ba40bc080ed4572a10b25cb784ed014c9 (diff) | |
download | pkgsrc-aa3d22afbfb6d3e771f5049e6763573365068c24.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'devel/gdb')
-rw-r--r-- | devel/gdb/Makefile | 8 | ||||
-rw-r--r-- | devel/gdb/PLIST.common | 9 |
2 files changed, 11 insertions, 6 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index a9ef4c3da6f..36d29c5a7a5 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/03/04 21:29:15 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2006/03/30 03:44:42 jlam Exp $ # DISTNAME= gdb-5.3 @@ -20,9 +20,9 @@ USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES USE_TOOLS+= gmake REPLACE_LOCALEDIR_PATTERNS+= Make-in -INSTALL_TARGET= install install-info -TEST_TARGET= check -INFO_FILES= bfd.info gdb.info gdbint.info mmalloc.info stabs.info +INSTALL_TARGET= install install-info +TEST_TARGET= check +INFO_FILES= # PLIST.common CONFIGURE_ENV+= CONFIG_LDFLAGS=${LDFLAGS:M*:Q} .include "../../mk/bsd.prefs.mk" diff --git a/devel/gdb/PLIST.common b/devel/gdb/PLIST.common index 433ba67858b..688588895b9 100644 --- a/devel/gdb/PLIST.common +++ b/devel/gdb/PLIST.common @@ -1,14 +1,20 @@ -@comment $NetBSD: PLIST.common,v 1.3 2004/09/22 08:09:25 jlam Exp $ +@comment $NetBSD: PLIST.common,v 1.4 2006/03/30 03:44:42 jlam Exp $ bin/gdb include/ansidecl.h include/bfd.h include/bfdlink.h include/dis-asm.h include/symcat.h +info/bfd.info +info/gdb.info +info/gdbint.info +info/mmalloc.info +info/stabs.info lib/libbfd.la lib/libiberty.a lib/libmmalloc.a lib/libopcodes.la +man/man1/gdb.1 ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/opcodes.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/opcodes.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/bfd.mo @@ -22,4 +28,3 @@ ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/bfd.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/opcodes.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/bfd.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/opcodes.mo -man/man1/gdb.1 |