mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
5 lines
203 B
Plaintext
5 lines
203 B
Plaintext
|
bin/wemux
|
||
|
@unexec if cmp -s %D/etc/wemux.conf %D/etc/wemux.conf.example ; then rm -f %D/etc/wemux.conf ; fi
|
||
|
etc/wemux.conf.example
|
||
|
@exec if [ ! -f %D/etc/wemux.conf ]; then cp -p %D/%F %B/wemux.conf; fi
|