diff options
author | ache <ache@FreeBSD.org> | 1997-01-12 14:28:51 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-01-12 14:28:51 +0000 |
commit | 29c8b33c77f8d1582be550aeee806623413f5e29 (patch) | |
tree | e3224f4f5afd08068c1fb6a5b554d4ec52b6ee88 /mail/pine4/Makefile | |
parent | e36bdec924d9985a570532dd051a14300b131317 (diff) | |
download | FreeBSD-ports-29c8b33c77f8d1582be550aeee806623413f5e29.zip FreeBSD-ports-29c8b33c77f8d1582be550aeee806623413f5e29.tar.gz |
Take out imapd/ipopd, separate port is available now
Diffstat (limited to 'mail/pine4/Makefile')
-rw-r--r-- | mail/pine4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index 9031d3f..6df8839 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -4,7 +4,7 @@ # Date created: 03 September 1994 # Whom: mr # -# $Id: Makefile,v 1.15 1996/12/03 20:28:23 ache Exp $ +# $Id: Makefile,v 1.16 1996/12/04 20:43:27 ache Exp $ # DISTNAME= pine3.95 @@ -15,6 +15,5 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ MAINTAINER= ports@FreeBSD.org MAN1= pine.1 pico.1 pilot.1 -MAN8= imapd.8c ipopd.8c .include <bsd.port.mk> |