cb2e598394
Update OpenSSL-support, include security/openssl/bsd.openssl.mk, remove usage of deprecated librsaref/libRSAglue, add a knob WITHOUT_SSL. Pacify portlint. Terminate all sentences in comments with a period. Replace spaces with tabs in pre-everything:: messages to print out an aligned table. PR: ports/53401 Submitted by: Marius Strobl <marius@alchemy.franken.de> (Committed on behalf of lioux@, who is having machine problems)
11 lines
626 B
Text
11 lines
626 B
Text
%%QPOPAUTH%%bin/qpopauth
|
|
%%QPOPAUTH%%@unexec rm -f %D/bin/qapopauth
|
|
%%QPOPAUTH%%@exec ln -sf %D/bin/qpopauth %D/bin/qapopauth
|
|
libexec/qpopper
|
|
%%EPOPPASSD%%libexec/qpoppassd
|
|
@exec mkdir -p %D/etc/qpopper && chown %%POP_USER%%:%%POP_GROUP%% %D/etc/qpopper && chmod %%POP_MODE_DIR%% %D/etc/qpopper
|
|
@mode %%POP_MODE_CONF%%
|
|
etc/qpopper/popusers.sample
|
|
%%PORTDOCS%%share/doc/qpopper/GUIDE.pdf
|
|
%%PORTDOCS%%@dirrm share/doc/qpopper
|
|
@unexec rmdir %D/etc/qpopper 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/etc/qpopper`` to remove any configuration files and logs left." | fmt
|