diff options
author | pst <pst@FreeBSD.org> | 1996-06-26 00:21:25 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-06-26 00:21:25 +0000 |
commit | f5180d6c821c667946b14de27fd0784a7c6ecd80 (patch) | |
tree | b0dcbd7c398f9d27e58a463c1be5c6a37a4a9d49 | |
parent | f027c88c43118741561dd3c14a4b6d7dfa3846cb (diff) | |
download | FreeBSD-ports-f5180d6c821c667946b14de27fd0784a7c6ecd80.zip FreeBSD-ports-f5180d6c821c667946b14de27fd0784a7c6ecd80.tar.gz |
Make NO_PACKAGE because POP needs to POP user id.
Requested by: gpalmer
-rw-r--r-- | mail/popper/Makefile | 3 | ||||
-rw-r--r-- | mail/qpopper/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/popper/Makefile b/mail/popper/Makefile index 5802baf..e601a84 100644 --- a/mail/popper/Makefile +++ b/mail/popper/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 diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 5802baf..e601a84 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 |