diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
commit | 37f2224fa6a14520df830ae1daeba9b877daa347 (patch) | |
tree | 13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /comms/ixj | |
parent | 3ff37e385bb15e608586b24278ba3dde9ea57151 (diff) |
Notes
Diffstat (limited to 'comms/ixj')
-rw-r--r-- | comms/ixj/Makefile | 3 |
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) |