diff options
author | pawel <pawel@FreeBSD.org> | 2014-10-14 06:30:45 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-10-14 06:30:45 +0800 |
commit | e2c983ec83b3ccf18a4af47da841b40e8331e1df (patch) | |
tree | 89acaecf79b813b0240a29724b4400e2c2294404 /sysutils/lookat | |
parent | b0d49baab8c21b57db818195feafbe3fdb04e22d (diff) | |
download | freebsd-ports-gnome-e2c983ec83b3ccf18a4af47da841b40e8331e1df.tar.gz freebsd-ports-gnome-e2c983ec83b3ccf18a4af47da841b40e8331e1df.tar.zst freebsd-ports-gnome-e2c983ec83b3ccf18a4af47da841b40e8331e1df.zip |
Use @sample for config file installation
Diffstat (limited to 'sysutils/lookat')
-rw-r--r-- | sysutils/lookat/pkg-plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/lookat/pkg-plist b/sysutils/lookat/pkg-plist index c92852b0cd49..3bfd621b2256 100644 --- a/sysutils/lookat/pkg-plist +++ b/sysutils/lookat/pkg-plist @@ -1,5 +1,3 @@ bin/lookat -@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 -@exec if [ ! -f %D/etc/lookat.conf ] ; then cp -p %D/%F %B/lookat.conf; fi +@sample etc/lookat.conf.sample man/man1/lookat.1.gz |