diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-03-18 19:05:35 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-03-18 19:05:35 +0000 |
commit | 30d52ac86fbbdf6459e8fefea740e523ddb12499 (patch) | |
tree | 1a1054fcb47bd6e46cb4a612415199d48c4003b7 /net/ztelnet/Makefile | |
parent | Split patch-aa into patches for the individual *_26_* files that are patched. (diff) |
Install a man page for this.
Diffstat (limited to 'net/ztelnet/Makefile')
-rw-r--r-- | net/ztelnet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ztelnet/Makefile b/net/ztelnet/Makefile index a4e44e91f724..0aaaa9d21c73 100644 --- a/net/ztelnet/Makefile +++ b/net/ztelnet/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Mar 1998 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id$ +# $Id: Makefile,v 1.3 1998/03/16 07:22:11 steve Exp $ # # In this ports.. # - new compilation diff for FreeBSD(now we can upload!) @@ -20,6 +20,7 @@ MAINTAINER= junker@jazz.snu.ac.kr NO_WRKSUBDIR= yes PATCH_STRIP= -p1 +MAN1= ztelnet.1 post-patch: @( cd ${WRKSRC}/ztelnet && \ @@ -35,5 +36,6 @@ do-install: @cd ${WRKSRC}/ztelnet; \ ${MKDIR} ${PREFIX}/bin; \ ${INSTALL_PROGRAM} telnet/telnet ${PREFIX}/bin/ztelnet + ${INSTALL_MAN} ${WRKDIR}/ztelnet/telnet/telnet.1 ${PREFIX}/man/man1/ztelnet.1 .include <bsd.port.mk> |