freebsd-ports/security/bjorb/pkg-plist
Ion-Mihai Tetcu 38eafcba3f - use PORTEXAMPLES and PORTDOCS where appropiate and fix plist with NO* defined
- bump PORTREVISION

Prompted by:	QAT QA run
2008-11-22 08:05:27 +00:00

17 lines
786 B
Text

etc/bjorb.conf.sample
etc/rc.d/bjorb.sh.sample
sbin/bjorb
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.jp
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.jp
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.jp
%%PORTDOCS%%%%DOCSDIR%%/README.jp
%%PORTDOCS%%%%DOCSDIR%%/bjorb.conf.5.jp.txt
%%PORTDOCS%%%%DOCSDIR%%/features.jp
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bjorb.conf.doc
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
@exec ( [ -f %D/certs/bjorb.pem ] && exit ; echo "Making certificate files" ; cd %D/certs ; openssl req -new -x509 -nodes -days 365 -out bjorb.pem -keyout bjorb.pem; ln -s bjorb.pem `openssl x509 -noout -hash < bjorb.pem`.0 ; chmod 644 %D/certs/bjorb.pem )