summaryrefslogtreecommitdiff
path: root/news/nntpclnt
diff options
context:
space:
mode:
authortron <tron>2002-09-18 14:13:54 +0000
committertron <tron>2002-09-18 14:13:54 +0000
commitc30f5298558c2893f82878be8a9b1295f3b3e0a2 (patch)
tree2e9ab73e3072549b4cd2b12ccdeec56e192618c0 /news/nntpclnt
parentf6989be148394e7df161a2da43cd7729a184b119 (diff)
downloadpkgsrc-c30f5298558c2893f82878be8a9b1295f3b3e0a2.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/Makefile6
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/