1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net/tayga/pkg-plist
Martin Wilke 6dfdac4815 - Stage support
- Switch gmake to USES
2014-01-31 07:17:16 +00:00

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