diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-08-12 23:56:55 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-08-12 23:56:55 +0000 |
commit | b865c224887244352815c2621e86996aef28d8da (patch) | |
tree | 89a1b9bdd6a02e467341090209624e8c8196ef53 /chinese/telnet | |
parent | 40f02f1dbe59aa1dc821af926429d4bd6a475148 (diff) | |
download | ports-b865c224887244352815c2621e86996aef28d8da.tar.gz ports-b865c224887244352815c2621e86996aef28d8da.zip |
Notes
Diffstat (limited to 'chinese/telnet')
-rw-r--r-- | chinese/telnet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/telnet/Makefile b/chinese/telnet/Makefile index 49ea414aa31e..21b9cf113a4f 100644 --- a/chinese/telnet/Makefile +++ b/chinese/telnet/Makefile @@ -27,7 +27,7 @@ CONTRIB_TELNET= yes .elif exists (${SRCBASE}/usr.bin/telnet) SRCDIR= ${SRCBASE}/usr.bin/telnet .else -IGNORE= "You need to build this port with the source code of telnet" +IGNORE= need to build this port with the source code of telnet .endif do-extract: @@ -52,7 +52,7 @@ pre-build: @cd ${WRKSRC}/libtelnet && ${MAKE} do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/telnet ${PREFIX}/bin/zh-telnet - @${INSTALL_MAN} ${WRKSRC}/telnet.1 ${PREFIX}/man/man1/${MAN1} + @${INSTALL_PROGRAM} ${WRKSRC}/telnet ${TARGETDIR}/bin/zh-telnet + @${INSTALL_MAN} ${WRKSRC}/telnet.1 ${MAN1PREFIX}/man/man1/${MAN1} .include <bsd.port.post.mk> |