mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
12 lines
590 B
Plaintext
12 lines
590 B
Plaintext
bin/qpopauth
|
|
@unexec rm -f %D/bin/qapopauth
|
|
@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
|