mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
dae5035a85
- use SF macro - bump PORTREVISION Submitted by: maintainer (partially)
9 lines
383 B
Plaintext
9 lines
383 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
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.QPL
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|