summaryrefslogtreecommitdiff
path: root/devel/gdb6
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2004-06-03 20:02:02 +0000
committershannonjr <shannonjr@pkgsrc.org>2004-06-03 20:02:02 +0000
commit4b167fa72a81174b32516b1725d84b73f4eebfdc (patch)
tree2d8ac179f3920c62c230996e3eb2398266a3dc4e /devel/gdb6
parentc222a03b45a38e74f6a8c48c0bf7dff986de99c1 (diff)
downloadpkgsrc-4b167fa72a81174b32516b1725d84b73f4eebfdc.tar.gz
Implemented request of "Jeremy C. Reed" <reed@reedmedia.net> revising
installation directory for libs and includes to be: ${PREFIX}/lib/gdb6 and ${PREFIX}/include/gdb6.
Diffstat (limited to 'devel/gdb6')
-rw-r--r--devel/gdb6/Makefile10
-rw-r--r--devel/gdb6/PLIST29
2 files changed, 18 insertions, 21 deletions
diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile
index ab694dd5a3d..5826521c912 100644
--- a/devel/gdb6/Makefile
+++ b/devel/gdb6/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2004/06/03 18:48:48 shannonjr Exp $
+# $NetBSD: Makefile,v 1.3 2004/06/03 20:02:02 shannonjr Exp $
#
DISTNAME= gdb-6.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://sources.redhat.com/pub/gdb/releases/
EXTRACT_SUFX= .tar.bz2
@@ -19,10 +19,8 @@ USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-GDB_SUBPREFIX= gdb6
-GDB_PREFIX= ${PREFIX}/${GDB_SUBPREFIX}
-CONFIGURE_ARGS+= --libdir=${GDB_PREFIX}/lib
-CONFIGURE_ARGS+= --includedir=${GDB_PREFIX}/include
+CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/gdb6
+CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gdb6
USE_MAKEINFO= yes
INFO_FILES= annotate.info bfd.info configure.info
diff --git a/devel/gdb6/PLIST b/devel/gdb6/PLIST
index b38b6ddf2b8..d79c7ee40de 100644
--- a/devel/gdb6/PLIST
+++ b/devel/gdb6/PLIST
@@ -1,17 +1,17 @@
-@comment $NetBSD: PLIST,v 1.2 2004/06/03 18:48:48 shannonjr Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/06/03 20:02:02 shannonjr Exp $
bin/gdb
bin/gdbtui
-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
+include/gdb6/ansidecl.h
+include/gdb6/bfd.h
+include/gdb6/bfdlink.h
+include/gdb6/dis-asm.h
+include/gdb6/symcat.h
+lib/gdb6/libbfd.a
+lib/gdb6/libbfd.la
+lib/gdb6/libiberty.a
+lib/gdb6/libmmalloc.a
+lib/gdb6/libopcodes.a
+lib/gdb6/libopcodes.la
man/man1/gdb.1
man/man1/gdbtui.1
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/bfd.mo
@@ -32,6 +32,5 @@ ${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
+@dirrm lib/gdb6
+@dirrm include/gdb6