diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1995-01-24 04:14:55 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1995-01-24 04:14:55 +0800 |
commit | a379d3c4e80a5a320a8dca9939c874374a7183a8 (patch) | |
tree | 10df013bb9bd8a7ccb803019bb94e89448d06bb4 /news | |
parent | ede8cfb1f4d693599eca09d9e11f96d2bf2fb9e6 (diff) | |
download | freebsd-ports-gnome-a379d3c4e80a5a320a8dca9939c874374a7183a8.tar.gz freebsd-ports-gnome-a379d3c4e80a5a320a8dca9939c874374a7183a8.tar.zst freebsd-ports-gnome-a379d3c4e80a5a320a8dca9939c874374a7183a8.zip |
Disable cnews until it's fixed
Diffstat (limited to 'news')
-rw-r--r-- | news/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/news/Makefile b/news/Makefile index 209a5680cd37..907dcb069c0a 100644 --- a/news/Makefile +++ b/news/Makefile @@ -1,5 +1,6 @@ -# $Id: Makefile,v 1.3 1994/10/22 09:31:40 smace Exp $ +# $Id: Makefile,v 1.4 1994/10/23 02:38:20 torstenb Exp $ # -SUBDIR= cnews nn nntp trn inn +# BROKEN = cnews +SUBDIR= nn nntp trn inn .include <bsd.port.subdir.mk> |