freebsd-ports/mail/qmail-scanner1/pkg-plist
Sergei Kolobov 0ff341f3a0 - Use --qmail-queue-binary configure's argument to point to the proper
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
2004-01-03 17:32:22 +00:00

15 lines
722 B
Text

@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