aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 11:05:48 +0800
committeredwin <edwin@FreeBSD.org>2002-11-04 11:05:48 +0800
commit011f3a2a13f514a55dae8ea737db2d626983191d (patch)
treeef9e57574419ab4a95c9adca518cce23e6a78895 /chinese
parentf2bc149e9a1f30296a05f9c708c6729f700c8234 (diff)
downloadfreebsd-ports-gnome-011f3a2a13f514a55dae8ea737db2d626983191d.tar.gz
freebsd-ports-gnome-011f3a2a13f514a55dae8ea737db2d626983191d.tar.zst
freebsd-ports-gnome-011f3a2a13f514a55dae8ea737db2d626983191d.zip
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes Notices on: bento
Diffstat (limited to 'chinese')
-rw-r--r--chinese/mkisofs/Makefile3
-rw-r--r--chinese/telnet/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/chinese/mkisofs/Makefile b/chinese/mkisofs/Makefile
index d9afb02568d0..b4f0bf280436 100644
--- a/chinese/mkisofs/Makefile
+++ b/chinese/mkisofs/Makefile
@@ -16,11 +16,12 @@ PATCHFILES= mkisofs-1.12b5.big5patch.gz
MAINTAINER= keith@FreeBSD.org
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
ALL_TARGET= World
MAN8= mkisofs.8 isoinfo.8
pre-configure:
- ${PERL} -pi.orig -e 's:prefix = /usr/local:prefix = ${PREFIX}:' \
+ ${REINPLACE_CMD} -e 's:prefix = /usr/local:prefix = ${PREFIX}:' \
${WRKSRC}/diag/Makefile.in
post-build:
diff --git a/chinese/telnet/Makefile b/chinese/telnet/Makefile
index b53efc1c974f..5579fb30580c 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}