diff options
author | tron <tron@pkgsrc.org> | 2002-09-18 14:13:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-18 14:13:54 +0000 |
commit | 1d48392e827bfcabdbf647cc4798b747b19af3ba (patch) | |
tree | 2e9ab73e3072549b4cd2b12ccdeec56e192618c0 /news/nntpclnt | |
parent | d8c446f96ed548c541cf4b6ea2a05c14ad8c6b8e (diff) | |
download | pkgsrc-1d48392e827bfcabdbf647cc4798b747b19af3ba.tar.gz |
Use group "news" again because it is used for reading read protected
server authentification files. Bump package revision once more.
Diffstat (limited to 'news/nntpclnt')
-rw-r--r-- | news/nntpclnt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index dc6e2caf3b4..a7c57a9457c 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2002/09/18 07:05:29 tron Exp $ +# $NetBSD: Makefile,v 1.16 2002/09/18 14:13:54 tron Exp $ DISTNAME= nntpclnt-1.6.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= news MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/ @@ -30,7 +30,7 @@ post-build: ${AR} clq libnntpclnt.a nntpclnt.o && ${RANLIB} libnntpclnt.a do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/inews ${PREFIX}/bin + ${INSTALL_PROGRAM} -g news -m 2555 ${WRKSRC}/inews ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/nntp.h ${PREFIX}/include/ ${INSTALL_DATA} ${WRKSRC}/libnntpclnt.a ${PREFIX}/lib/ ${INSTALL_DATA} ${WRKSRC}/nntpclnt.3 ${PREFIX}/man/man3/ |