svn commit: r357505 - head/shells/ambit

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 11 16:38:44 UTC 2014


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
- at 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
- at exec if [ ! -f %D/etc/ambit.conf ] ; then cp -p %D/%F %B/ambit.conf; fi
+ at sample etc/ambit.conf.sample
 @exec mkdir -p %%AMBITDIR%%/hosts
 @cwd /
 @dirrmtry %%AMBITDIR%%/hosts


More information about the svn-ports-head mailing list