diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
commit | 988019b0161173d9185365a43313f01b0fdb5e3d (patch) | |
tree | d4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /news/nn | |
parent | daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (diff) | |
download | pkgsrc-988019b0161173d9185365a43313f01b0fdb5e3d.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'news/nn')
-rw-r--r-- | news/nn/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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}#; \ |