1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

${PERL} -> ${REINPLACE_CMD}

PR:		39701
Submitted by:	Scott Flatman <sf@dsinw.com>
This commit is contained in:
Ying-Chieh Liao 2002-06-23 16:36:13 +00:00
parent e133484c20
commit 31888b7f5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61826

View File

@ -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: