Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2014 20:40:12 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270672 - head/usr.bin/svn/svn
Message-ID:  <201408262040.s7QKeCx6000645@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Tue Aug 26 20:40:12 2014
New Revision: 270672
URL: http://svnweb.freebsd.org/changeset/base/270672

Log:
  Add svnlite.1 to CLEANFILES.
  
  MFC after:	3 days
  X-MFC-To:	stable/10 only
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/usr.bin/svn/svn/Makefile

Modified: head/usr.bin/svn/svn/Makefile
==============================================================================
--- head/usr.bin/svn/svn/Makefile	Tue Aug 26 20:01:18 2014	(r270671)
+++ head/usr.bin/svn/svn/Makefile	Tue Aug 26 20:40:12 2014	(r270672)
@@ -51,6 +51,7 @@ DPADD=	${LIBSVN_CLIENT} ${LIBSVN_WC} ${L
 	${LIBBSDXML} ${LIBAPR} ${LIBSQLITE} ${LIBZ} ${LIBCRYPT} ${LIBMAGIC} \
 	${LIBCRYPTO} ${LIBSSL} ${LIBPTHREAD}
 
+CLEANFILES+=	svnlite.1
 .if(defined(ORGANIZATION) && !empty(ORGANIZATION))
 DPSRCS+=	freebsd-organization.h
 CLEANFILES+=	freebsd-organization.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408262040.s7QKeCx6000645>