summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authoragc <agc>1998-06-22 12:58:33 +0000
committeragc <agc>1998-06-22 12:58:33 +0000
commit2a3a9ec9845157197dbf860f341a75e6e46d240e (patch)
treed4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /news
parentb7fb421936ca8f551fb2801e9f29ea662560f097 (diff)
downloadpkgsrc-2a3a9ec9845157197dbf860f341a75e6e46d240e.tar.gz
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'news')
-rw-r--r--news/knews/Makefile4
-rw-r--r--news/nn/Makefile6
-rw-r--r--news/nntpcache/Makefile4
-rw-r--r--news/nntpclnt/Makefile4
-rw-r--r--news/suck/Makefile4
5 files changed, 5 insertions, 17 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile
index 1aac68b62a6..4618f601226 100644
--- a/news/knews/Makefile
+++ b/news/knews/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/06/03 13:19:35 agc Exp $
+# $NetBSD: Makefile,v 1.11 1998/06/22 13:00:13 agc Exp $
#
DISTNAME= knews-1.0b.0
@@ -15,8 +15,6 @@ DEPENDS+= xpm-3.4j:../../graphics/xpm
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/knews
-CAT1= knews.0
-
.include "../../mk/bsd.prefs.mk"
# Set DOMAIN_NAME to a string appended to the "From:" header or
diff --git a/news/nn/Makefile b/news/nn/Makefile
index 44ce42ad9fe..b8584fc57c3 100644
--- a/news/nn/Makefile
+++ b/news/nn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/05/22 08:51:32 tron Exp $
+# $NetBSD: Makefile,v 1.5 1998/06/22 13:00:14 agc Exp $
# $FreeBSD Id: Makefile,v 1.14 1997/07/30 18:17:48 adam Exp
#
@@ -12,10 +12,6 @@ MAINTAINER= tron@netbsd.org
DEPENDS= nntpclnt-1.6.1:../../news/nntpclnt
-MAN1= nn.1 nncheck.1 nngoback.1 nngrab.1 nngrep.1 nnpost.1 \
- nntidy.1 nnacct.1 nnadmin.1 nnstats.1 nnusage.1
-MAN8= nnmaster.8 nnspew.8
-
post-extract:
@${MV} ${WRKSRC}/config.h-dist ${WRKSRC}/config.h
@${SED} -e 's#@@PREFIX@@#${PREFIX}#; \
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile
index 698b779b743..d49f96c6b87 100644
--- a/news/nntpcache/Makefile
+++ b/news/nntpcache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1998/06/06 15:28:35 frueauf Exp $
+# $NetBSD: Makefile,v 1.2 1998/06/22 13:00:14 agc Exp $
# FreeBSD Id: Makefile,v 1.6 1997/07/31 06:36:03 asami Exp
#
@@ -14,8 +14,6 @@ MAINTAINER= packages@netbsd.org
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --localstatedir=/var/spool
-MAN8= nntpcache.8
-
post-configure:
@${SED} -e "s:%%PREFIX%%:${PREFIX}:g" \
${FILESDIR}/nntpcached.rc > ${WRKSRC}/nntpcached.sh
diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile
index bab3f8c89d4..31cd58a87b5 100644
--- a/news/nntpclnt/Makefile
+++ b/news/nntpclnt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:41 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/06/22 13:00:14 agc Exp $
#
DISTNAME= nntpclnt-1.6.1
@@ -9,8 +9,6 @@ MAINTAINER= tv@netbsd.org
ALL_TARGET= inews
-MAN3= nntpclnt.3
-
do-configure:
${SED} -e s,@PREFIX@,${PREFIX}, ${FILESDIR}/config.sh >${WRKSRC}/config.sh
@cd ${WRKSRC} && sh Makefile.SH && sh config.h.SH
diff --git a/news/suck/Makefile b/news/suck/Makefile
index 19cda484072..8fe7f0be330 100644
--- a/news/suck/Makefile
+++ b/news/suck/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1998/04/28 11:05:52 frueauf Exp $
+# $NetBSD: Makefile,v 1.2 1998/06/22 13:00:14 agc Exp $
#
DISTNAME= suck-3.9.3
@@ -12,8 +12,6 @@ MAINTAINER= root@garbled.net
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${LOCALBASE}
-MAN1= rpost.1 suck.1 testhost.1 lmove.1
-
post-patch:
@${CAT} ${WRKSRC}/Makefile.in | ${SED} \
-e 's+%%%HISTORY%%%+'${LOCALBASE}'/etc/news/history+g' \