diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-01-12 00:44:23 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-01-12 00:44:23 +0000 |
commit | fc14fe92efbf5196fa4704e811f45ac72d5793ce (patch) | |
tree | c0ceb38cd6b91405374ddb340f3e5ae5d746b944 /net/netcat/Makefile | |
parent | 3876630b9c87df2f3dd6599d260fd05b6006fc69 (diff) | |
download | pkgsrc-fc14fe92efbf5196fa4704e811f45ac72d5793ce.tar.gz |
Add manpage.
Submitted by Andrew Brown <atatat@atatdot.net> in PR 11935.
Diffstat (limited to 'net/netcat/Makefile')
-rw-r--r-- | net/netcat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile index e8b94ffc03d..eea75c3f986 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/11/20 04:47:17 christos Exp $ +# $NetBSD: Makefile,v 1.6 2001/01/12 00:44:23 hubertf Exp $ DISTNAME= nc110 PKGNAME= netcat-1.10 @@ -42,5 +42,6 @@ do-install: done; \ ${ECHO} "@dirrm ${EXAMPLE_DIR}" >> PLIST.data; \ ) + ${INSTALL_MAN} ${FILESDIR}/nc.1 ${PREFIX}/man/man1/nc.1 .include "../../mk/bsd.pkg.mk" |