svn commit: r307154 - head/devel/subversion

David E. O'Brien obrien at FreeBSD.org
Thu Nov 8 00:14:51 UTC 2012


Author: obrien
Date: Thu Nov  8 00:14:50 2012
New Revision: 307154
URL: http://svnweb.freebsd.org/changeset/ports/307154

Log:
  The 'svnmucc' path is different when built statically.
  
  Approved by:	lev
  Feature safe:	yes

Modified:
  head/devel/subversion/Makefile

Modified: head/devel/subversion/Makefile
==============================================================================
--- head/devel/subversion/Makefile	Thu Nov  8 00:10:16 2012	(r307153)
+++ head/devel/subversion/Makefile	Thu Nov  8 00:14:50 2012	(r307154)
@@ -297,7 +297,11 @@ post-install:	${MKREPOS_TARGET}
 	@${INSTALL_SCRIPT} ${FILESDIR}/svnserve.wrapper ${PREFIX}/bin/svnserve
 .endif
 .if ${PORT_OPTIONS:MSVNMUCC}
+. if ${PORT_OPTIONS:MSTATIC}
+	@${INSTALL} ${WRKSRC}/tools/client-side/svnmucc/svnmucc ${PREFIX}/bin
+. else
 	@${INSTALL} ${WRKSRC}/tools/client-side/svnmucc/.libs/svnmucc ${PREFIX}/bin
+. endif
 .endif
 
 repository:	_mkrepos


More information about the svn-ports-head mailing list