summaryrefslogtreecommitdiff
path: root/chinese/telnet
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2006-08-12 23:56:55 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2006-08-12 23:56:55 +0000
commitb865c224887244352815c2621e86996aef28d8da (patch)
tree89a1b9bdd6a02e467341090209624e8c8196ef53 /chinese/telnet
parent- Fix plist (diff)
- Respect DESTDIR
- Respect MAN1PREFIX PR: 101936 Submitted by: gslin at gslin.org Approved by: leeym
Notes
Notes: svn path=/head/; revision=170445
Diffstat (limited to 'chinese/telnet')
-rw-r--r--chinese/telnet/Makefile6
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>