diff options
author | beech <beech@FreeBSD.org> | 2012-01-01 05:48:05 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2012-01-01 05:48:05 +0800 |
commit | b575366dd96d3d3bdeb43e500cc8d3b7c17fcda5 (patch) | |
tree | 94f8ba98e16dc01939aaff04d4d55bded42a8aba /mail | |
parent | f42229e459cfd5596a196f5427d4bc5d8012185d (diff) | |
download | freebsd-ports-gnome-b575366dd96d3d3bdeb43e500cc8d3b7c17fcda5.tar.gz freebsd-ports-gnome-b575366dd96d3d3bdeb43e500cc8d3b7c17fcda5.tar.zst freebsd-ports-gnome-b575366dd96d3d3bdeb43e500cc8d3b7c17fcda5.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/ |