1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/security/stunnel/pkg-plist
Mathieu Arnold cf28d260c6 Remove the last @comment $FreeBSD$ from plists.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:26:48 +00:00

39 lines
1.4 KiB
Plaintext

bin/stunnel
bin/stunnel3
%%ETCDIR%%/stunnel.conf-sample
lib/stunnel/libstunnel.a
lib/stunnel/libstunnel.la
lib/stunnel/libstunnel.so
man/man8/stunnel.8.gz
man/man8/stunnel.fr.8.gz
man/man8/stunnel.pl.8.gz
%%PORTDOCS%%%%DOCSDIR%%/stunnel.html
%%PORTDOCS%%%%DOCSDIR%%/stunnel.fr.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
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/BUGS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.GPL
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.FIPS
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.W32
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.WCE
%%PORTDOCS%%%%DOCSDIR%%/PORTS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm lib/stunnel
@dirrmtry etc/stunnel
@unexec 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