b111b35ebf
- use distribution patch - extend pkg-message - protect config file - cleanup staged install - make portlint happier
13 lines
444 B
Text
13 lines
444 B
Text
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
|