Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 16:48:16 +0000 (UTC)
From:      "Lev A. Serebryakov" <lev@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344439 - head/devel/subversion
Message-ID:  <201402151648.s1FGmGAK004930@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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