diff options
author | asami <asami@FreeBSD.org> | 1997-01-07 14:46:50 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-07 14:46:50 +0800 |
commit | 3dcba610100d3f49fee74993b9f62faa5ee2dc7f (patch) | |
tree | 4dbfc1afb727e355c95d4751ce6a4fbd14268de1 /news | |
parent | 525e3e05907916d171e273dbf377b51d3f7f65e6 (diff) | |
download | freebsd-ports-gnome-3dcba610100d3f49fee74993b9f62faa5ee2dc7f.tar.gz freebsd-ports-gnome-3dcba610100d3f49fee74993b9f62faa5ee2dc7f.tar.zst freebsd-ports-gnome-3dcba610100d3f49fee74993b9f62faa5ee2dc7f.zip |
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')
-rw-r--r-- | news/nntpcache/Makefile | 9 | ||||
-rw-r--r-- | news/nntpcache/pkg-comment | 2 | ||||
-rw-r--r-- | news/nntpcache/pkg-plist | 10 |
3 files changed, 13 insertions, 8 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> diff --git a/news/nntpcache/pkg-comment b/news/nntpcache/pkg-comment index 457ba39ec2be..23996ec061a6 100644 --- a/news/nntpcache/pkg-comment +++ b/news/nntpcache/pkg-comment @@ -1 +1 @@ -NNTPCache news caching system. +News caching system. diff --git a/news/nntpcache/pkg-plist b/news/nntpcache/pkg-plist index 7c0eab1d2b32..0b90c4ab1698 100644 --- a/news/nntpcache/pkg-plist +++ b/news/nntpcache/pkg-plist @@ -1,5 +1,9 @@ -@cwd /usr/local +etc/nntpcache/config +etc/nntpcache/access +etc/nntpcache/servers +etc/nntpcache/spam.filter +etc/nntpcache/spam.filter.bak sbin/nntpcached -man/man8/nntpcached.8 -@unexec rm -rf %D/etc/nntpcache +man/man8/nntpcache.8.gz @unexec rm -rf %D/newscache +@dirrm etc/nntpcache |