svn commit: r270672 - head/usr.bin/svn/svn

Glen Barber gjb at FreeBSD.org
Tue Aug 26 20:40:12 UTC 2014


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


More information about the svn-src-head mailing list