summaryrefslogtreecommitdiff
path: root/news/cnews
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 14:17:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 14:17:24 +0000
commitc98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch)
tree79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /news/cnews
parentAdd $Id$. (diff)
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
Notes
Notes: svn path=/head/; revision=4578
Diffstat (limited to 'news/cnews')
-rw-r--r--news/cnews/Makefile10
-rw-r--r--news/cnews/pkg-plist1
2 files changed, 8 insertions, 3 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile
index 80dcc741bc34..117f108c94f9 100644
--- a/news/cnews/Makefile
+++ b/news/cnews/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 September 1994
# Whom: adam
#
-# $Id: Makefile,v 1.12 1995/10/05 10:20:26 adam Exp $
+# $Id: Makefile,v 1.13 1996/11/18 11:37:31 asami Exp $
#
DISTNAME= cnews
@@ -14,6 +14,13 @@ EXTRACT_SUFX= .tar.Z
WRKSRC= ${WRKDIR}
MAKEFILE= makefile
+MAN1= checknews.1cn inews.1cn postnews.1cn readnews.1cn
+MAN5= controlperm.5 news.5 newsctl.5 newsdb.5 newsoverview.5 \
+ newssys.5 \
+MAN8= cnewsdo.8cn expire.8cn explode.8cn mergeactive.8 \
+ mkhistory.8cn newsaux.8cn newsbatch.8cn newsmail.8cn \
+ newsmaint.8cn newsoverview.8 relaynews.8cn report.8cn \
+ rnews.8cn
NEWSSPOOL= ${PREFIX}/newsspool
NEWSBIN= ${PREFIX}/libexec/news
@@ -40,7 +47,6 @@ do-install:
su -m bin
chown news.news ${NEWSBIN}/input/newsspool
chmod 6755 ${NEWSBIN}/input/newsspool
- mkdir -p ${MANDIR}/man1 ${MANDIR}/man5 ${MANDIR}/man8
install -c -o bin -g bin -m 444 ${WRKSRC}/man/*.1* ${MANDIR}/man1
install -c -o bin -g bin -m 444 ${WRKSRC}/man/*.5* ${MANDIR}/man5
install -c -o bin -g bin -m 444 ${WRKSRC}/man/*.8* ${MANDIR}/man8
diff --git a/news/cnews/pkg-plist b/news/cnews/pkg-plist
index 7d053989d980..e326f3fec68a 100644
--- a/news/cnews/pkg-plist
+++ b/news/cnews/pkg-plist
@@ -1,4 +1,3 @@
-@cwd /usr/local
@comment Package is not complete without minimal /var/news installation :-(
@comment Basically just in.* and out.* /var/news might be a symbolic link
@comment and it might not exist yet :-(