summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-17 23:30:29 +0000
committerbapt <bapt@FreeBSD.org>2014-07-17 23:30:29 +0000
commit27bc18bd363c0c27be9ce04b8614bb20ef050b2a (patch)
treea68e3206d83c0c7ad833bc449518c7afb57d0155 /tools
parentd253fbfec2b9b057ad8de3a99eb84312d78d4759 (diff)
downloadFreeBSD-src-27bc18bd363c0c27be9ce04b8614bb20ef050b2a.zip
FreeBSD-src-27bc18bd363c0c27be9ce04b8614bb20ef050b2a.tar.gz
Fix manpages path and sort entries
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index e69615d..b10b05c 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1983,13 +1983,6 @@ OLD_FILES+=usr/bin/infokey
OLD_FILES+=usr/bin/install-info
OLD_FILES+=usr/bin/makeinfo
OLD_FILES+=usr/bin/texindex
-OLD_FILES+=share/man/info.1.gz
-OLD_FILES+=share/man/infokey.1.gz
-OLD_FILES+=share/man/install-info.1.gz
-OLD_FILES+=share/man/makeinfo.1.gz
-OLD_FILES+=share/man/texindex.1.gz
-OLD_FILES+=share/man/texinfo.5.gz
-OLD_FILES+=share/man/info.5.gz
OLD_FILES+=usr/share/info/am-utils.info.gz
OLD_FILES+=usr/share/info/as-utils.info.gz
OLD_FILES+=usr/share/info/binutils.info.gz
@@ -2009,6 +2002,13 @@ OLD_FILES+=usr/share/info/regex.info.gz
OLD_FILES+=usr/share/info/rluserman.info.gz
OLD_FILES+=usr/share/info/stabs.info.gz
OLD_FILES+=usr/share/info/texinfo.info.gz
+OLD_FILES+=usr/share/man/man1/info.1.gz
+OLD_FILES+=usr/share/man/man1/infokey.1.gz
+OLD_FILES+=usr/share/man/man1/install-info.1.gz
+OLD_FILES+=usr/share/man/man1/makeinfo.1.gz
+OLD_FILES+=usr/share/man/man1/texindex.1.gz
+OLD_FILES+=usr/share/man/man5/info.5.gz
+OLD_FILES+=usr/share/man/man5/texinfo.5.gz
.endif
.if ${MK_IPFILTER} == no
OpenPOWER on IntegriCloud