mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
6dfdac4815
- Switch gmake to USES
7 lines
268 B
Plaintext
7 lines
268 B
Plaintext
man/man5/tayga.conf.5.gz
|
|
man/man8/tayga.8.gz
|
|
@unexec if cmp -s %D/etc/tayga.conf.example %D/etc/tayga.conf; then rm -f %D/etc/tayga.conf; fi
|
|
etc/tayga.conf.example
|
|
@exec if [ ! -f %D/etc/tayga.conf ] ; then cp -p %B/tayga.conf.example %D/etc/tayga.conf; fi
|
|
sbin/tayga
|