mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
699b8e1207
PR: ports/94187 Submitted by: Wesley Shields <wxs@csh.rit.edu>
5 lines
193 B
Plaintext
5 lines
193 B
Plaintext
bin/grok
|
|
@unexec if cmp -s %D/etc/grok.conf.sample %D/etc/grok.conf; then rm -f %D/etc/grok.conf; fi
|
|
etc/grok.conf.sample
|
|
@exec if [ ! -f %D/etc/grok.conf ] ; then cp -p %D/%F %B/grok.conf; fi
|