mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
6 lines
247 B
Plaintext
6 lines
247 B
Plaintext
bin/opentracker
|
|
@unexec if cmp -s %D/%%ETCDIR%%/opentracker.conf.sample %D/%%ETCDIR%%/opentracker.conf; then rm -f %D/%%ETCDIR%%/opentracker.conf; fi
|
|
%%ETCDIR%%/opentracker.conf.sample
|
|
@exec cp -np %D/%F %B/opentracker.conf
|
|
@dirrm etc/opentracker
|