diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-09-16 15:18:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-09-16 15:18:42 +0000 |
commit | bafa3478adf282673807a5306da71a35d0443879 (patch) | |
tree | a841d1d8daa29ebcd805ac2d6b490bf3eed036ab /mail/popa3d-before-sendmail/Makefile | |
parent | 5e39feacd07d0b9a89debae642dd9d31db5d58a4 (diff) | |
download | ports-bafa3478adf282673807a5306da71a35d0443879.tar.gz ports-bafa3478adf282673807a5306da71a35d0443879.zip |
Notes
Diffstat (limited to 'mail/popa3d-before-sendmail/Makefile')
-rw-r--r-- | mail/popa3d-before-sendmail/Makefile | 4 |
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" |