mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
b111b35ebf
- use distribution patch - extend pkg-message - protect config file - cleanup staged install - make portlint happier
14 lines
444 B
Plaintext
14 lines
444 B
Plaintext
bin/estic.res
|
|
%%WITHOUT_X%%bin/estic
|
|
%%WITH_X%%bin/xestic
|
|
etc/pbx/aliases.example
|
|
@(root,wheel,600) etc/pbx/config.example
|
|
etc/pbx/estic.ini.freebsd_example
|
|
etc/pbx/estic.ini.generic_example
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/estic.doc
|
|
@preunexec [ -e %D/var/log/pbx/debug ] && rm -f %D/var/log/pbx/debug || true
|
|
@dir(root,wheel,700) var/log/pbx
|
|
@postexec touch %D/var/log/pbx/debug
|
|
@postexec chmod 600 %D/var/log/pbx/debug
|