diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
commit | 011f3a2a13f514a55dae8ea737db2d626983191d (patch) | |
tree | ef9e57574419ab4a95c9adca518cce23e6a78895 /chinese/telnet/Makefile | |
parent | f2bc149e9a1f30296a05f9c708c6729f700c8234 (diff) | |
download | FreeBSD-ports-011f3a2a13f514a55dae8ea737db2d626983191d.zip FreeBSD-ports-011f3a2a13f514a55dae8ea737db2d626983191d.tar.gz |
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
Diffstat (limited to 'chinese/telnet/Makefile')
-rw-r--r-- | chinese/telnet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/telnet/Makefile b/chinese/telnet/Makefile index b53efc1..5579fb3 100644 --- a/chinese/telnet/Makefile +++ b/chinese/telnet/Makefile @@ -14,6 +14,7 @@ DISTFILES= # none MAINTAINER= leeym@FreeBSD.org SRCDIR= /usr/src/usr.bin/telnet +USE_REINPLACE= yes MAN1= zh-telnet.1 @@ -28,7 +29,7 @@ BROKEN= "You need to build this port with ${SRCDIR}" .endif pre-patch: - @${PERL} -pi -e 's,/../..,,g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's,/../..,,g' ${WRKSRC}/Makefile pre-build: @cd ${WRKSRC}/lib/libtelnet && ${MAKE} |