mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
8f8deae0fe
PR: ports/84368 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
13 lines
652 B
Plaintext
13 lines
652 B
Plaintext
%%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
|
|
etc/qpopper.config.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
|