diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2012-01-01 05:48:05 +0800 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2012-01-01 05:48:05 +0800 |
commit | 3250dcc2506f94a714aebfa8ee75493e7a991eb6 (patch) | |
tree | 15b4e26c437209332bf993716618c12f286f09c3 /mail | |
parent | efd5023a97593cdf458d39fb718029a52c0fa6d3 (diff) | |
download | freebsd-ports-gnome-3250dcc2506f94a714aebfa8ee75493e7a991eb6.tar.gz freebsd-ports-gnome-3250dcc2506f94a714aebfa8ee75493e7a991eb6.tar.zst freebsd-ports-gnome-3250dcc2506f94a714aebfa8ee75493e7a991eb6.zip |
- Add USE_RC_SUBR with WITH_STANDALONE_MODE
- Fix pkg-desc
PR: ports/163639
Submitted by: Takefu <takefu@airport.fm>
Approved by: Doug Hardie <bc979@lafn.org> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qpopper/Makefile | 1 | ||||
-rw-r--r-- | mail/qpopper/pkg-descr | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 837bff4b1c38..153925fb7bb9 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -119,6 +119,7 @@ CONFIGURE_ARGS+= --enable-shy # without inetd. .if defined(WITH_STANDALONE_MODE) CONFIGURE_ARGS+= --enable-standalone +USE_RC_SUBR= ${PORTNAME} .endif # The default is to build without SSL/TLS support. diff --git a/mail/qpopper/pkg-descr b/mail/qpopper/pkg-descr index 969e00044bf7..16f530094f6c 100644 --- a/mail/qpopper/pkg-descr +++ b/mail/qpopper/pkg-descr @@ -1,8 +1,6 @@ -This is a POP 3 server useful for dealing with remote mail reader clients -such as Eudora. One of the 4.1a2 patches has been included so that -home-dir-misc actually works. The option and patch for IPv6 have been removed -as it they are not up to date for 4.0.9. +Qpopper is the most widely-used server for the POP3 protocol +(this allows users to access their mail using any POP3 client). Don't forget to edit /etc/inetd.conf to enable the server after installation. -WWW: http://www.eudora.com/products/unsupported/qpopper/index.html +WWW: http://www.eudora.com/products/unsupported/qpopper/ |