diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/diablo/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/news/diablo/Makefile b/news/diablo/Makefile index 6e62f5d628e4..d240c4f205e7 100644 --- a/news/diablo/Makefile +++ b/news/diablo/Makefile @@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= xmake:${PORTSDIR}/devel/xmake +USE_REINPLACE= yes + MAN5= diablo-kp.5 diablo-files.5 MAN8= dicmd.8 didump.8 dexpireover.8 dfeedinfo.8 dgrpctl.8 \ dilookup.8 diloadfromspool.8 doutq.8 dreadart.8 \ @@ -28,10 +30,10 @@ post-extract: ${CP} ${SCRIPTDIR}/diablo.sh ${WRKDIR} do-configure: - ${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' \ + ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKDIR}/diablo.sh ${WRKSRC}/XMakefile.inc .ifndef WITH_DES - ${PERL} -pi -e 's| -ldes||g' ${WRKSRC}/XMakefile.inc + ${REINPLACE_CMD} -e 's| -ldes||g' ${WRKSRC}/XMakefile.inc .endif do-build: |