diff options
author | itojun <itojun> | 2001-03-18 15:59:13 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-03-18 15:59:13 +0000 |
commit | 92b73b99b0c0bb588a91bb5c875e6f6f882826ab (patch) | |
tree | 0ef5a2c5bc1d6440c23dcaf3691d14d7719bcb1d /chat | |
parent | d00c89eb1c25d06cd5c634a3722229b9d4080ebf (diff) | |
download | pkgsrc-92b73b99b0c0bb588a91bb5c875e6f6f882826ab.tar.gz |
install manpage.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/micq/Makefile | 3 | ||||
-rw-r--r-- | chat/micq/pkg/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chat/micq/Makefile b/chat/micq/Makefile index 797fb7429f5..398061816ad 100644 --- a/chat/micq/Makefile +++ b/chat/micq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 13:51:30 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/03/18 15:59:13 itojun Exp $ DISTNAME= micq-0.4.6.p1 PKGNAME= ${DISTNAME:S/p//} @@ -16,5 +16,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/micq ${INSTALL_MAN} ${WRKSRC}/../README ${PREFIX}/share/doc/micq + ${INSTALL_MAN} ${WRKSRC}/../micq.1 ${PREFIX}/man/man1 .include "../../mk/bsd.pkg.mk" diff --git a/chat/micq/pkg/PLIST b/chat/micq/pkg/PLIST index c5e30d541ed..1558daa770c 100644 --- a/chat/micq/pkg/PLIST +++ b/chat/micq/pkg/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/15 00:36:29 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/03/18 15:59:13 itojun Exp $ bin/micq share/doc/micq/README +man/man1/micq.1 @dirrm share/doc/micq |