summaryrefslogtreecommitdiff
path: root/news/nntpcache/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-01-07 06:46:50 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-01-07 06:46:50 +0000
commite5965eefa9907acd6a1e901e5bfc62291d8e5226 (patch)
tree2a0114968c89ee1ec9148348a9a0bd89496fb44c /news/nntpcache/Makefile
parentmastersite/distfile changes (diff)
Get this port up to snuff.
(1) Don't use += for CATEGORIES. (2) Add MAN8 to compress nntpcache.8. (3) Remove port name from front of pkg/COMMENT. (4) List config files in pkg/PLIST. (5) Name of manpage is nntpcache.8, not nntpcached.8.
Diffstat (limited to 'news/nntpcache/Makefile')
-rw-r--r--news/nntpcache/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile
index d9f6427ef993..2d51cc6ba23a 100644
--- a/news/nntpcache/Makefile
+++ b/news/nntpcache/Makefile
@@ -3,15 +3,16 @@
# Date created: 6 January 1997
# Whom: proff@suburbia.net
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/01/06 15:28:33 peter Exp $
#
DISTNAME= nntpcache-1.0.1
-CATEGORIES+= news
+CATEGORIES= news
MASTER_SITES= ftp://nntpcache.org/pub/nntpcache/
-GNU_CONFIGURE= TRUE
-
MAINTAINER= nntpcache@nntpcache.org
+GNU_CONFIGURE= TRUE
+MAN8= nntpcache.8
+
.include <bsd.port.mk>