svn commit: r344439 - head/devel/subversion

Lev A. Serebryakov lev at FreeBSD.org
Sat Feb 15 16:48:17 UTC 2014


Author: lev
Date: Sat Feb 15 16:48:16 2014
New Revision: 344439
URL: http://svnweb.freebsd.org/changeset/ports/344439
QAT: https://qat.redports.org/buildarchive/r344439/

Log:
   Quick fix for previous commit.

Modified:
  head/devel/subversion/pkg-plist

Modified: head/devel/subversion/pkg-plist
==============================================================================
--- head/devel/subversion/pkg-plist	Sat Feb 15 16:47:45 2014	(r344438)
+++ head/devel/subversion/pkg-plist	Sat Feb 15 16:48:16 2014	(r344439)
@@ -17,7 +17,7 @@ bin/svnrdump
 %%SVNSERVE_WRAPPER%%@unexec if cmp -s %D/bin/svnserve.sample %D/bin/svnserve; then rm -r %D/bin/svnserve; fi
 %%SVNSERVE_WRAPPER%%bin/svnserve.bin
 %%SVNSERVE_WRAPPER%%bin/svnserve.sample
-%%SVNSERVE_WRAPPER%%@exec if [ ! -f %D/bin/svnserve ] ; then cp -p %D/%F %B/bin/svnserve; fi
+%%SVNSERVE_WRAPPER%%@exec if [ ! -f %D/bin/svnserve ] ; then cp -p %D/%F %B/svnserve; fi
 bin/svnsync
 bin/svnversion
 include/subversion-1/mod_authz_svn.h


More information about the svn-ports-all mailing list