1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/mail/qmail-scanner/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

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