diff options
author | tron <tron@pkgsrc.org> | 2002-09-18 07:05:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-18 07:05:04 +0000 |
commit | 16d7f20276139ffd90691c098b37957e0121ac54 (patch) | |
tree | 728a925ea5960e92b88397ff9980cf647610684e /news/nntpclnt/Makefile | |
parent | 76844804e77b78b47ee4247a00184a779fe9ca62 (diff) | |
download | pkgsrc-16d7f20276139ffd90691c098b37957e0121ac54.tar.gz |
Don't install the "inews" binary as setgid "news" because it is
completely unnecessary. Bump package revision to 1.
Diffstat (limited to 'news/nntpclnt/Makefile')
-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/ |