i doubt anyone cares about gnu coding standards, so drop the @info file
This commit is contained in:
parent
36b04721e2
commit
1a6582078c
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2011/11/08 12:40:41 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2011/11/08 20:23:00 jasper Exp $
|
||||
|
||||
COMMENT= GNU debugger
|
||||
CATEGORIES= devel
|
||||
|
||||
DISTNAME= gdb-7.2
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/} \
|
||||
http://distfiles.nl/
|
||||
|
15
devel/gdb/patches/patch-etc_Makefile_in
Normal file
15
devel/gdb/patches/patch-etc_Makefile_in
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-etc_Makefile_in,v 1.1 2011/11/08 20:23:00 jasper Exp $
|
||||
|
||||
Don't bother installing GNU coding standards info.
|
||||
|
||||
--- etc/Makefile.in.orig Tue Nov 8 21:12:15 2011
|
||||
+++ etc/Makefile.in Tue Nov 8 21:12:28 2011
|
||||
@@ -64,7 +64,7 @@ PDFFILES = standards.pdf configure.pdf
|
||||
HTMLFILES = standards.html configure.html
|
||||
|
||||
all: info
|
||||
-install: install-info
|
||||
+install:
|
||||
|
||||
uninstall:
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2011/11/08 12:40:41 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2011/11/08 20:23:00 jasper Exp $
|
||||
@conflict libbfd-*
|
||||
@bin bin/egdb
|
||||
@bin bin/egdbtui
|
||||
@ -9,11 +9,9 @@ include/dis-asm.h
|
||||
include/symcat.h
|
||||
@info info/annotate.info
|
||||
@info info/bfd.info
|
||||
@info info/configure.info
|
||||
@info info/gdb.info
|
||||
@info info/gdbint.info
|
||||
@info info/stabs.info
|
||||
@info info/standards.info
|
||||
lib/libbfd.a
|
||||
lib/libbfd.la
|
||||
lib/libiberty.a
|
||||
|
Loading…
Reference in New Issue
Block a user