diff options
Diffstat (limited to 'mail/qpopper/Makefile')
-rw-r--r-- | mail/qpopper/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index f213340965a2..9b1d2d9dad0a 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -3,7 +3,7 @@ PORTNAME= qpopper PORTVERSION= 4.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ \ http://core.ring.gr.jp/archives/net/mail/qpopper/ @@ -57,6 +57,7 @@ STANDALONE_MODE_DESC= build qpopper to be run without inetd U_OPTION_DESC= include support for user .qpopper-options OPTIONS_DEFAULT= APOP SSL U_OPTION +OPTION_SUB= yes .include <bsd.port.pre.mk> @@ -176,14 +177,4 @@ post-install: fi ; \ fi -.if ${PORT_OPTIONS:MPOPPASSD} - @${ECHO_MSG} "" - @${ECHO_MSG} "===============================================================================" - @${ECHO_MSG} "It adds for myself" - @${ECHO_MSG} "/etc/devfs.conf:" - @${ECHO_MSG} "link /dev/pts/0 pty0" - @${ECHO_MSG} "===============================================================================" - @${ECHO_MSG} "" -.endif - .include <bsd.port.post.mk> |