From: John Marino Date: Fri, 3 Apr 2015 12:45:00 +0000 (+0200) Subject: groff: Remove info page X-Git-Tag: v4.2.0rc~390 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/2affc1bb78e1ead016535b867b5531b32340bef9 groff: Remove info page Initially I converted the groff info page until groff.7, but then I realized that groff.7 already existed and serves as an adequate alternative to the groff info page. Thus, this commit simply removes the installation of the info page (one of the last in base) --- diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 1ab85314bd..acfad2cbca 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -3033,6 +3033,7 @@ TO_REMOVE+=/usr/share/info/gdbint.info.gz TO_REMOVE+=/usr/share/info/stabs.info.gz TO_REMOVE+=/usr/share/info/com_err.info.gz TO_REMOVE+=/usr/share/info/am-utils.info.gz +TO_REMOVE+=/usr/share/info/groff.info.gz .if ${MACHINE_ARCH} == "x86_64" TO_REMOVE+=/usr/sbin/stlstats diff --git a/gnu/usr.bin/groff/Makefile b/gnu/usr.bin/groff/Makefile index c5ed194724..7c4cdb8873 100644 --- a/gnu/usr.bin/groff/Makefile +++ b/gnu/usr.bin/groff/Makefile @@ -1,6 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/groff/Makefile,v 2.11 2003/05/02 00:55:52 ru Exp $ -# $DragonFly: src/gnu/usr.bin/groff/Makefile,v 1.3 2005/09/01 20:47:11 asmodai Exp $ -SUBDIR= contrib doc font man src tmac +SUBDIR= contrib font man src tmac .include diff --git a/gnu/usr.bin/groff/doc/Makefile b/gnu/usr.bin/groff/doc/Makefile deleted file mode 100644 index 8fa74ddaa3..0000000000 --- a/gnu/usr.bin/groff/doc/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# $FreeBSD: src/gnu/usr.bin/groff/doc/Makefile,v 1.4 2000/12/06 12:17:01 ru Exp $ -# $DragonFly: src/gnu/usr.bin/groff/doc/Makefile,v 1.3 2005/09/01 20:47:12 asmodai Exp $ - -INFO= groff -SRCDIR= ${DIST_DIR} - -.include