summaryrefslogtreecommitdiff
path: root/comms/ixj
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
commit37f2224fa6a14520df830ae1daeba9b877daa347 (patch)
tree13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /comms/ixj
parent- reorder patches (diff)
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes: svn path=/head/; revision=69436
Diffstat (limited to 'comms/ixj')
-rw-r--r--comms/ixj/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/ixj/Makefile b/comms/ixj/Makefile
index 9e289a2848d8..3e0cbf7500cd 100644
--- a/comms/ixj/Makefile
+++ b/comms/ixj/Makefile
@@ -16,11 +16,12 @@ MAINTAINER= roger@freebsd.org
ONLY_FOR_ARCHS= i386
WRKSRC= ${WRKDIR}/ixj_freebsd
+USE_REINPLACE= yes
MAKEFILE= Makefile.BSD
post-patch:
${CP} ${FILESDIR}/ixj.sh ${WRKSRC}
- ${PERL} -pi.orig -e "s@%%PREFIX%%@${PREFIX}@g" ${WRKSRC}/ixj.sh
+ ${REINPLACE_CMD} -e "s@%%PREFIX%%@${PREFIX}@g" ${WRKSRC}/ixj.sh
pre-build:
.if !exists(${SRC_BASE}/sys/Makefile)