mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
0f8cd626f7
PR: ports/92239 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
9 lines
335 B
Plaintext
9 lines
335 B
Plaintext
bin/barnyard
|
|
@unexec if [ -f %D/etc/barnyard.conf ] && cmp -s %D/etc/barnyard.conf %D/etc/barnyard.conf-sample; then rm -f %D/etc/barnyard.conf; fi
|
|
etc/barnyard.conf-sample
|
|
@exec if [ ! -f %D/etc/barnyard.conf ] ; then cp -p %D/%F %B/barnyard.conf; fi
|
|
%%DOCSDIR%%/AUTHORS
|
|
%%DOCSDIR%%/COPYING
|
|
%%DOCSDIR%%/LICENSE.QPL
|
|
%%DOCSDIR%%/README
|