From d4c625976a2fea5fc437c319a55efef1bcc29c2c Mon Sep 17 00:00:00 2001 From: ngie Date: Wed, 31 Dec 2014 23:25:37 +0000 Subject: MFC r264400,r265836: r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed. --- usr.bin/svn/svn/Makefile | 2 ++ usr.bin/svn/svnadmin/Makefile | 2 +- usr.bin/svn/svndumpfilter/Makefile | 2 +- usr.bin/svn/svnlook/Makefile | 2 +- usr.bin/svn/svnmucc/Makefile | 2 +- usr.bin/svn/svnrdump/Makefile | 2 +- usr.bin/svn/svnserve/Makefile | 2 +- usr.bin/svn/svnsync/Makefile | 2 +- usr.bin/svn/svnversion/Makefile | 2 +- 9 files changed, 10 insertions(+), 8 deletions(-) (limited to 'usr.bin/svn') diff --git a/usr.bin/svn/svn/Makefile b/usr.bin/svn/svn/Makefile index 76d923a..5c67c37 100644 --- a/usr.bin/svn/svn/Makefile +++ b/usr.bin/svn/svn/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +MAN= + .include "${.CURDIR}/../Makefile.inc" .PATH: ${SVNDIR}/svn diff --git a/usr.bin/svn/svnadmin/Makefile b/usr.bin/svn/svnadmin/Makefile index 2a07947..3220cde 100644 --- a/usr.bin/svn/svnadmin/Makefile +++ b/usr.bin/svn/svnadmin/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NO_MAN= svnadmin.1 +MAN= .include "${.CURDIR}/../Makefile.inc" diff --git a/usr.bin/svn/svndumpfilter/Makefile b/usr.bin/svn/svndumpfilter/Makefile index 5554dff..864f376 100644 --- a/usr.bin/svn/svndumpfilter/Makefile +++ b/usr.bin/svn/svndumpfilter/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NO_MAN= svndumpfilter.1 +MAN= .include "${.CURDIR}/../Makefile.inc" diff --git a/usr.bin/svn/svnlook/Makefile b/usr.bin/svn/svnlook/Makefile index 618a473..3d8b1a0 100644 --- a/usr.bin/svn/svnlook/Makefile +++ b/usr.bin/svn/svnlook/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NO_MAN= svnlook.1 +MAN= .include "${.CURDIR}/../Makefile.inc" diff --git a/usr.bin/svn/svnmucc/Makefile b/usr.bin/svn/svnmucc/Makefile index 8ec8d1f..23a98e3 100644 --- a/usr.bin/svn/svnmucc/Makefile +++ b/usr.bin/svn/svnmucc/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NO_MAN= svnmucc.1 +MAN= .include "${.CURDIR}/../Makefile.inc" diff --git a/usr.bin/svn/svnrdump/Makefile b/usr.bin/svn/svnrdump/Makefile index 8500f5f..afeae00 100644 --- a/usr.bin/svn/svnrdump/Makefile +++ b/usr.bin/svn/svnrdump/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NO_MAN= svnrdump.1 +MAN= .include "${.CURDIR}/../Makefile.inc" diff --git a/usr.bin/svn/svnserve/Makefile b/usr.bin/svn/svnserve/Makefile index 6a39d4d..f1fa314 100644 --- a/usr.bin/svn/svnserve/Makefile +++ b/usr.bin/svn/svnserve/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NO_MAN= svnserve.1 +MAN= .include "${.CURDIR}/../Makefile.inc" diff --git a/usr.bin/svn/svnsync/Makefile b/usr.bin/svn/svnsync/Makefile index a1f6e25..a8cd380 100644 --- a/usr.bin/svn/svnsync/Makefile +++ b/usr.bin/svn/svnsync/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NO_MAN= svnsync.1 +MAN= .include "${.CURDIR}/../Makefile.inc" diff --git a/usr.bin/svn/svnversion/Makefile b/usr.bin/svn/svnversion/Makefile index fb2a7a2..ca28ec3 100644 --- a/usr.bin/svn/svnversion/Makefile +++ b/usr.bin/svn/svnversion/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NO_MAN= svnversion.1 +MAN= .include "${.CURDIR}/../Makefile.inc" -- cgit v1.1