diff options
author | wiz <wiz@pkgsrc.org> | 2000-11-29 19:13:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-11-29 19:13:36 +0000 |
commit | 6cfb5b681b1f6eaf2e89f4861b669ec601b6a6a7 (patch) | |
tree | 4dc61227f7a8714703b7512525e9958f0473d8bd | |
parent | b465ddae5f000225f3abcf572ee5d53efb80c11b (diff) | |
download | pkgsrc-6cfb5b681b1f6eaf2e89f4861b669ec601b6a6a7.tar.gz |
Let's waste some space -- install the man page, too!
-rw-r--r-- | net/bitchx/Makefile | 5 | ||||
-rw-r--r-- | net/bitchx/pkg/PLIST | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/bitchx/Makefile b/net/bitchx/Makefile index 9ba3c3f8fc5..f47a394082f 100644 --- a/net/bitchx/Makefile +++ b/net/bitchx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/09 14:50:38 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/29 19:13:36 wiz Exp $ DISTNAME= ircii-pana-1.0c17 PKGNAME= bitchx-1.0.3.17 @@ -19,4 +19,7 @@ post-extract: -${FIND} ${WRKDIR}/BitchX/bitchx-docs -type d -name CVS \ -exec ${RM} -r {} \; 2> /dev/null +post-install: + ${INSTALL_DATA} ${WRKSRC}/doc/BitchX.1 ${PREFIX}/man/man1 + .include "../../mk/bsd.pkg.mk" diff --git a/net/bitchx/pkg/PLIST b/net/bitchx/pkg/PLIST index 59c498711ee..243fb22df0a 100644 --- a/net/bitchx/pkg/PLIST +++ b/net/bitchx/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/09 14:50:43 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/11/29 19:13:37 wiz Exp $ bin/BitchX bin/BitchX-1.0c17 bin/scr-bx @@ -956,6 +956,7 @@ lib/bx/BitchX.ircnames lib/bx/BitchX.quit lib/bx/BitchX.reasons lib/bx/wserv +man/man1/BitchX.1 @dirrm lib/bx/help/1_General/dcc @dirrm lib/bx/help/1_General/ctcp @dirrm lib/bx/help/1_General |