1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/security/stunnel/pkg-plist
Muhammad Moinur Rahman 35792fbee8
security/stunnel: Moved man to share/man
Approved by:    portmgr (blanket)
2024-01-29 15:08:41 +01:00

40 lines
1.5 KiB
Plaintext

bin/stunnel
bin/stunnel3
%%ETCDIR%%/stunnel.conf-sample
%%ETCDIR%%/conf.d/00-daemon.conf
lib/stunnel/libstunnel.a
lib/stunnel/libstunnel.so
share/man/man8/stunnel.8.gz
share/man/man8/stunnel.pl.8.gz
%%PORTDOCS%%%%DOCSDIR%%/stunnel.html
%%PORTDOCS%%%%DOCSDIR%%/stunnel.pl.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ca.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ca.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/importCA.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/importCA.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/script.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stunnel.init
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stunnel.service
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stunnel.spec
@comment %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stunnel.logrotate
@comment %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stunnel.rh.init
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.md
%%PORTDOCS%%%%DOCSDIR%%/BUGS.md
%%PORTDOCS%%%%DOCSDIR%%/COPYING.md
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.md
%%PORTDOCS%%%%DOCSDIR%%/CREDITS.md
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.FIPS.md
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.W32.md
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.WCE.md
%%PORTDOCS%%%%DOCSDIR%%/NEWS.md
%%PORTDOCS%%%%DOCSDIR%%/PORTS.md
%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/TODO.md
%%PORTDOCS%%@dir %%DOCSDIR%%
@comment share/bash-completion/completions/stunnel.bash
@dir lib/stunnel
@dir etc/stunnel
@dir etc/stunnel/conf.d
@preunexec if [ -d %D/etc/stunnel ]; then echo "If you are permanently removing this port, you should run ``rm -rf %D/etc/stunnel`` to remove any configuration files left."; fi