diff options
author | adamw <adamw@FreeBSD.org> | 2014-10-27 23:45:19 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-10-27 23:45:19 +0800 |
commit | a77c375e9453fe1b85779face2462772a322b0d5 (patch) | |
tree | f9c6bc21bb496fff249d648ffcc681e1e2336a8a /mail/dovecot2/Makefile | |
parent | 51d5c40d99aaae72b510e6d2cd910d825540fcef (diff) | |
download | freebsd-ports-gnome-a77c375e9453fe1b85779face2462772a322b0d5.tar.gz freebsd-ports-gnome-a77c375e9453fe1b85779face2462772a322b0d5.tar.zst freebsd-ports-gnome-a77c375e9453fe1b85779face2462772a322b0d5.zip |
Remove the checkyesno dovecot_enable section, as it prevents onestart/onestop
from working (as well as other things).
I suspect this behaviour is present in other rc-files... a general cleanup on
this might be in order.
PR: 194629
Submitted by: Reinier Schoof
Diffstat (limited to 'mail/dovecot2/Makefile')
-rw-r--r-- | mail/dovecot2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 3ce44376ef3a..e3fad2a2314a 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -3,6 +3,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.15 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ PKGNAMESUFFIX= 2 |