Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 16:38:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357505 - head/shells/ambit
Message-ID:  <201406111638.s5BGcha7071783@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jun 11 16:38:43 2014
New Revision: 357505
URL: http://svnweb.freebsd.org/changeset/ports/357505
QAT: https://qat.redports.org/buildarchive/r357505/

Log:
  Use @sample

Modified:
  head/shells/ambit/pkg-plist

Modified: head/shells/ambit/pkg-plist
==============================================================================
--- head/shells/ambit/pkg-plist	Wed Jun 11 16:32:47 2014	(r357504)
+++ head/shells/ambit/pkg-plist	Wed Jun 11 16:38:43 2014	(r357505)
@@ -1,9 +1,7 @@
 bin/ambit
 lib/libambit.sh
 man/man1/ambit.1.gz
-@unexec if cmp -s %D/etc/ambit.conf.sample %D/etc/ambit.conf; then rm -f %D/etc/ambit.conf; fi
-etc/ambit.conf.sample
-@exec if [ ! -f %D/etc/ambit.conf ] ; then cp -p %D/%F %B/ambit.conf; fi
+@sample etc/ambit.conf.sample
 @exec mkdir -p %%AMBITDIR%%/hosts
 @cwd /
 @dirrmtry %%AMBITDIR%%/hosts



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