diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-09-28 03:08:00 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-09-28 03:08:00 +0000 |
commit | c091dd5b2bd35079a3e065589fab11e56b8b929e (patch) | |
tree | efb10a7b47fe03e1629fb842b71d2be090fb8b07 /news/nntpcache | |
parent | a8af6a7a4ce0c1b16b32f6477a981afce792268f (diff) |
Notes
Diffstat (limited to 'news/nntpcache')
-rw-r--r-- | news/nntpcache/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 3aac934441d0..d575cc5690dc 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -16,6 +16,8 @@ COMMENT= News caching/anti-spam/server-merging system USE_AUTOTOOLS= automake:15:env +NOT_FOR_ARCHS= space64 + # This may be set interactively at install-time. NNTPCache will # cache news articles and related data in ${SPOOLDIR}/nntpcache. SPOOLDIR?= /var/spool |