mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7 lines
283 B
Plaintext
7 lines
283 B
Plaintext
@unexec if cmp -s %D/etc/asterisk/oh323.conf %D/etc/asterisk/oh323.conf.sample; then rm -f %D/etc/asterisk/oh323.conf; fi
|
|
etc/asterisk/oh323.conf.sample
|
|
@exec [ -f %B/oh323.conf ] || cp %B/%f %B/oh323.conf
|
|
lib/asterisk/modules/chan_oh323.so
|
|
lib/liboh323wrap.so
|
|
lib/liboh323wrap.so.1
|