diff options
author | Paul Traina <pst@FreeBSD.org> | 1996-06-26 00:21:25 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1996-06-26 00:21:25 +0000 |
commit | ecee42f814ac0c31847d91ff0f226d2fad93c311 (patch) | |
tree | 1a8236dc57509535e9e88aa5ffa3ba06c8e1309f /mail/qpopper | |
parent | upgrade to 2.7b2 (diff) |
Make NO_PACKAGE because POP needs to POP user id.
Requested by: gpalmer
Notes
Notes:
svn path=/head/; revision=3280
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 5802bafe2707..e601a8458903 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -3,7 +3,7 @@ # Date created: 1 April 1995 # Whom: pst # -# $Id: Makefile,v 1.1.1.2 1996/06/08 22:33:50 pst Exp $ +# $Id: Makefile,v 1.10 1996/06/08 22:38:49 pst Exp $ # DISTNAME= qpop2.2 @@ -11,6 +11,7 @@ PKGNAME= qpop-2.2 CATEGORIES+= mail MASTER_SITES= ftp://ftp.qualcomm.com/quest/unix/servers/popper/ EXTRACT_SUFX= .tar.Z +NO_PACKAGE= "Needs POP UID" MAINTAINER= pst@freebsd.org |