mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
7c25b89c78
that PR 152498 has been committed [1] - Other minor Makefile cleanups Suggested by: Jason Helfman <jhelfman@e-e.com> [1]
33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
libexec/nullmailer/smtp
|
|
libexec/nullmailer/qmqp
|
|
libexec/nullmailer/mailq
|
|
@exec chmod u+s %D/libexec/nullmailer/mailq
|
|
@exec chown %%NULLMAIL_USER%% %D/libexec/nullmailer/mailq
|
|
libexec/nullmailer/sendmail
|
|
bin/nullmailer-inject
|
|
sbin/nullmailer-queue
|
|
@exec chmod u+s %D/sbin/nullmailer-queue
|
|
@exec chown %%NULLMAIL_USER%% %D/sbin/nullmailer-queue
|
|
sbin/nullmailer-send
|
|
%%ETCDIR%%/me.sample
|
|
%%ETCDIR%%/remotes.sample
|
|
@dirrm libexec/nullmailer
|
|
@dirrmtry %%ETCDIR%%
|
|
@cwd /
|
|
@exec mkdir -p %%LOCALSTATEDIR%%/nullmailer/queue
|
|
@exec chown %%NULLMAIL_USER%%:%%NULLMAIL_USER%% %%LOCALSTATEDIR%%/nullmailer
|
|
@exec chmod 700 %%LOCALSTATEDIR%%/nullmailer/queue
|
|
@exec chown %%NULLMAIL_USER%%:%%NULLMAIL_USER%% %%LOCALSTATEDIR%%/nullmailer/queue
|
|
@dirrmtry %%LOCALSTATEDIR%%/nullmailer/queue
|
|
@exec mkdir -p %%LOCALSTATEDIR%%/nullmailer/tmp
|
|
@exec chmod 700 %%LOCALSTATEDIR%%/nullmailer/tmp
|
|
@exec chown %%NULLMAIL_USER%%:%%NULLMAIL_USER%% %%LOCALSTATEDIR%%/nullmailer/tmp
|
|
@dirrmtry %%LOCALSTATEDIR%%/nullmailer/tmp
|
|
@exec mkfifo %%LOCALSTATEDIR%%/nullmailer/trigger
|
|
@exec chmod 600 %%LOCALSTATEDIR%%/nullmailer/trigger
|
|
@exec chown %%NULLMAIL_USER%%:%%NULLMAIL_USER%% %%LOCALSTATEDIR%%/nullmailer/trigger
|
|
@unexec rm -f %%LOCALSTATEDIR%%/nullmailer/trigger
|
|
@ignore
|
|
%%LOCALSTATEDIR%%/nullmailer/trigger
|
|
@dirrmtry %%LOCALSTATEDIR%%/nullmailer
|