diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-02 01:38:30 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-02 01:38:30 +0000 |
commit | 705ccf9034b8e42020f0eb9ace43a1e9c2cd1bed (patch) | |
tree | 1cf56c509a7ecac89e688f2eb5fa3dc04fffe5a5 /mail/qpopper | |
parent | 9bed6aca665bc6628829283a1fa48bda244b7e7a (diff) | |
download | freebsd-ports-705ccf9034b8e42020f0eb9ace43a1e9c2cd1bed.zip |
Optionally allow APOP only authentification mode
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index b786fa9461e5..680e95e322dc 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -3,7 +3,7 @@ # Date created: 1 April 1995 # Whom: pst # -# $Id: Makefile,v 1.12 1996/07/05 06:12:45 asami Exp $ +# $Id: Makefile,v 1.13 1996/11/10 21:32:35 obrien Exp $ # DISTNAME= qpop2.2 @@ -14,6 +14,11 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= pst@freebsd.org +# +# If APOP_ONLY variable present in the environment, popper builds +# with APOP authentification only +# + NO_PACKAGE= "Needs POP UID" WRKSRC= ${WRKDIR}/qpopper2.2 |