diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2004-06-03 18:48:48 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2004-06-03 18:48:48 +0000 |
commit | d083910bc19e1a238f1112d672ebca8de4e074fc (patch) | |
tree | 78924859b56c039d679b92204931ea35fa68c8dd /devel/gdb6/PLIST | |
parent | 0a5838a021869f73f74bdee1b6d9f0c822bf4653 (diff) | |
download | pkgsrc-d083910bc19e1a238f1112d672ebca8de4e074fc.tar.gz |
Revised Makefile so that the GNU libraries: libbfd.a, libbfd.la, libiberty.a
libmmalloc.a, libopcodes.a, and libopcodes.la along with associated header
files are installed relative to ${PREFIX}/gdb6 rather than ${PREFIX} to avoid
conflicts with other packages. PLIST adjusted accordingly.
Diffstat (limited to 'devel/gdb6/PLIST')
-rw-r--r-- | devel/gdb6/PLIST | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/devel/gdb6/PLIST b/devel/gdb6/PLIST index e59adb4fe76..b38b6ddf2b8 100644 --- a/devel/gdb6/PLIST +++ b/devel/gdb6/PLIST @@ -1,17 +1,17 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/01 19:29:30 shannonjr Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/06/03 18:48:48 shannonjr Exp $ bin/gdb bin/gdbtui -include/ansidecl.h -include/bfd.h -include/bfdlink.h -include/dis-asm.h -include/symcat.h -lib/libbfd.a -lib/libbfd.la -lib/libiberty.a -lib/libmmalloc.a -lib/libopcodes.a -lib/libopcodes.la +gdb6/include/ansidecl.h +gdb6/include/bfd.h +gdb6/include/bfdlink.h +gdb6/include/dis-asm.h +gdb6/include/symcat.h +gdb6/lib/libbfd.a +gdb6/lib/libbfd.la +gdb6/lib/libiberty.a +gdb6/lib/libmmalloc.a +gdb6/lib/libopcodes.a +gdb6/lib/libopcodes.la man/man1/gdb.1 man/man1/gdbtui.1 ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/bfd.mo @@ -32,3 +32,6 @@ ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/opcodes.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/bfd.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/opcodes.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/bfd.mo +@dirrm gdb6/lib +@dirrm gdb6/include +@dirrm gdb6 |