svn commit: r370826 - head/sysutils/lookat

Pawel Pekala pawel at FreeBSD.org
Mon Oct 13 22:30:45 UTC 2014


Author: pawel
Date: Mon Oct 13 22:30:45 2014
New Revision: 370826
URL: https://svnweb.freebsd.org/changeset/ports/370826
QAT: https://qat.redports.org/buildarchive/r370826/

Log:
  Use @sample for config file installation

Modified:
  head/sysutils/lookat/pkg-plist

Modified: head/sysutils/lookat/pkg-plist
==============================================================================
--- head/sysutils/lookat/pkg-plist	Mon Oct 13 22:26:54 2014	(r370825)
+++ head/sysutils/lookat/pkg-plist	Mon Oct 13 22:30:45 2014	(r370826)
@@ -1,5 +1,3 @@
 bin/lookat
- at unexec if cmp -s %D/etc/lookat.conf.sample %D/etc/lookat.conf; then rm -f %D/etc/lookat.conf; fi
-etc/lookat.conf.sample
- at exec if [ ! -f %D/etc/lookat.conf ] ; then cp -p %D/%F %B/lookat.conf; fi
+ at sample etc/lookat.conf.sample
 man/man1/lookat.1.gz


More information about the svn-ports-all mailing list