diff options
author | tron <tron> | 2002-09-18 07:05:04 +0000 |
---|---|---|
committer | tron <tron> | 2002-09-18 07:05:04 +0000 |
commit | 2d22634741d9982eca3eb888e19dc3504d2a0e1d (patch) | |
tree | 728a925ea5960e92b88397ff9980cf647610684e | |
parent | f8c0daf9fdbaba899158738eb4c83f2a5c4aa2db (diff) | |
download | pkgsrc-2d22634741d9982eca3eb888e19dc3504d2a0e1d.tar.gz |
Don't install the "inews" binary as setgid "news" because it is
completely unnecessary. Bump package revision to 1.
-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 b78d4c94025..f0067b81ead 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2002/08/01 02:37:43 jschauma Exp $ -# +# $NetBSD: Makefile,v 1.14 2002/09/18 07:05:04 tron Exp $ DISTNAME= nntpclnt-1.6.1 +PKG_REVISION= 1 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} -g news -m 2555 ${WRKSRC}/inews ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${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/ |