diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 08:16:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 08:16:58 +0000 |
commit | 8e9eaf7b7d1051902c1792cffcbf68d55dd193e1 (patch) | |
tree | d382d161598b63c9a56c3e7823e6801373a72ac0 /mail/Makefile | |
parent | install should depend on build. (diff) |
Move popper to BROKEN (doesn't fetch).
Notes
Notes:
svn path=/head/; revision=1391
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/Makefile b/mail/Makefile index 2806f964b4df..42050bbb3c30 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,6 +1,9 @@ # -# $Id: Makefile,v 1.5 1994/10/29 22:11:28 pst Exp $ +# $Id: Makefile,v 1.6 1995/01/21 00:42:51 ache Exp $ # -SUBDIR= elm metamail mh pine pgpsendmail popper procmail smail +# BROKEN= popper (doesn't fetch) +# + +SUBDIR= elm metamail mh pine pgpsendmail procmail smail .include <bsd.port.subdir.mk> |