aboutsummaryrefslogtreecommitdiff
path: root/mail/popa3d-before-sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-09-16 15:18:42 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-09-16 15:18:42 +0000
commitbafa3478adf282673807a5306da71a35d0443879 (patch)
treea841d1d8daa29ebcd805ac2d6b490bf3eed036ab /mail/popa3d-before-sendmail
parent5e39feacd07d0b9a89debae642dd9d31db5d58a4 (diff)
downloadports-bafa3478adf282673807a5306da71a35d0443879.tar.gz
ports-bafa3478adf282673807a5306da71a35d0443879.zip
- use OPTIONS_DEFINE
Notes
Notes: svn path=/head/; revision=304356
Diffstat (limited to 'mail/popa3d-before-sendmail')
-rw-r--r--mail/popa3d-before-sendmail/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/popa3d-before-sendmail/Makefile b/mail/popa3d-before-sendmail/Makefile
index ac88659fdfea..be44f17ac5cc 100644
--- a/mail/popa3d-before-sendmail/Makefile
+++ b/mail/popa3d-before-sendmail/Makefile
@@ -12,9 +12,7 @@ MAINTAINER= dinoex@FreeBSD.org
WITH_SMTP_AFTER_POP3= yes
MASTERDIR?= ${.CURDIR}/../popa3d
-OPTIONS?= SMTP_AFTER_POP3 "Enable SMTP-after-POP mode" on \
- STANDALONE_POP3 "Enable standalone server mode" off \
- SETPROCTITLE "Enable setproctitle mode" off
+OPTIONS_DEFAULT= SMTP_AFTER_POP3
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"