mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b2e1687bfc
${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade. PR: ports/10768 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
18 lines
676 B
Plaintext
18 lines
676 B
Plaintext
etc/bjorb.conf.sample
|
|
etc/rc.d/bjorb.sh.sample
|
|
sbin/bjorb
|
|
share/doc/bjorb/ChangeLog
|
|
share/doc/bjorb/COPYRIGHT
|
|
share/doc/bjorb/INSTALL
|
|
share/doc/bjorb/README
|
|
share/doc/bjorb/ChangeLog.jp
|
|
share/doc/bjorb/COPYRIGHT.jp
|
|
share/doc/bjorb/INSTALL.jp
|
|
share/doc/bjorb/README.jp
|
|
share/doc/bjorb/bjorb.conf.5.jp.txt
|
|
share/doc/bjorb/features.jp
|
|
@dirrm share/doc/bjorb
|
|
share/examples/bjorb/bjorb.conf.doc
|
|
@dirrm share/examples/bjorb
|
|
@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 )
|