diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 771354c614d..69543e6c42a 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -4716,6 +4716,7 @@ OLD_FILES+=usr/bin/svnliterdump OLD_FILES+=usr/bin/svnliteserve OLD_FILES+=usr/bin/svnlitesync OLD_FILES+=usr/bin/svnliteversion +OLD_FILES+=usr/share/man/man1/svnlite.1.gz .endif .if ${MK_SVN} == no diff --git a/usr.bin/svn/svn/Makefile b/usr.bin/svn/svn/Makefile index bb823c718c9..d6944f1f23f 100644 --- a/usr.bin/svn/svn/Makefile +++ b/usr.bin/svn/svn/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAN= - .include "${.CURDIR}/../Makefile.inc" .PATH: ${SVNDIR}/svn @@ -64,4 +62,8 @@ freebsd-organization.h: > freebsd-organization.h .endif +svnlite.1: svn.1 + # Avoid the website + sed -E 's,(^| |B|`)svn,\1svnlite,g' ${SVNDIR}/svn/svn.1 > ${.OBJDIR}/svnlite.1 + .include