aboutsummaryrefslogtreecommitdiff
path: root/mail/popa3d-before-sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-07-26 18:45:08 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-07-26 18:45:08 +0000
commit270e57af77dc27fe1d12f3d18fd9a8701d507f7c (patch)
tree249a3d168b8ddc07aaf3bc79837cae45ed995af0 /mail/popa3d-before-sendmail
parentc250bf61518c57993ebe3b273e58bbe7d9e7bf7a (diff)
downloadports-270e57af77dc27fe1d12f3d18fd9a8701d507f7c.tar.gz
ports-270e57af77dc27fe1d12f3d18fd9a8701d507f7c.zip
- new option WITH_SETPROCTITLE
Submitted by: marck (Dmitry Morozovsky)
Notes
Notes: svn path=/head/; revision=168832
Diffstat (limited to 'mail/popa3d-before-sendmail')
-rw-r--r--mail/popa3d-before-sendmail/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/popa3d-before-sendmail/Makefile b/mail/popa3d-before-sendmail/Makefile
index 36160a143b34..ac88659fdfea 100644
--- a/mail/popa3d-before-sendmail/Makefile
+++ b/mail/popa3d-before-sendmail/Makefile
@@ -12,8 +12,9 @@ MAINTAINER= dinoex@FreeBSD.org
WITH_SMTP_AFTER_POP3= yes
MASTERDIR?= ${.CURDIR}/../popa3d
-OPTIONS?= STANDALONE_POP3 "Unattended server mode" off \
- SMTP_AFTER_POP3 "Enable SMTP-after-POP mode" on
+OPTIONS?= SMTP_AFTER_POP3 "Enable SMTP-after-POP mode" on \
+ STANDALONE_POP3 "Enable standalone server mode" off \
+ SETPROCTITLE "Enable setproctitle mode" off
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"