mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
0ff341f3a0
location (i.e. ${QMAIL_DIR}/bin instead of ${PREFIX}/bin) Suggested by: J. Martin Petersen <jmp@alvorlig.dk> Fumihiko Kimura <jfkimura@yahoo.co.jp> - Check for qmail-queue binary in Makefile - Display build knobs descriptions in pre-configure - Install qs2mrtg.pl script (from contrib/) Submitted by: maintainer
16 lines
722 B
Plaintext
16 lines
722 B
Plaintext
@comment $FreeBSD$
|
|
bin/qmail-scanner-queue.pl
|
|
bin/qs2mrtg.pl
|
|
%%SPOOLDIR%%/quarantine-attachments.sample
|
|
%%SPOOLDIR%%/quarantine-attachments.txt
|
|
@unexec rmdir %%SPOOLDIR%%/archives/cur 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/archives/new 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/archives/tmp 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/archives 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/quarantine/cur 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/quarantine/new 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/quarantine/tmp 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/quarantine 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/tmp 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%% 2>/dev/null || true
|