aboutsummaryrefslogtreecommitdiffstats
path: root/net/forg
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-23 14:04:01 +0800
committerijliao <ijliao@FreeBSD.org>2002-06-23 14:04:01 +0800
commit2e5a089158bc145f89582021e74d01797d009897 (patch)
treef579cbe02fdbd28a1f909c61649a01ccee65bb50 /net/forg
parentf3cdfeb23d80a8c403d671681536a62f5c7dd3b0 (diff)
downloadfreebsd-ports-gnome-2e5a089158bc145f89582021e74d01797d009897.tar.gz
freebsd-ports-gnome-2e5a089158bc145f89582021e74d01797d009897.tar.zst
freebsd-ports-gnome-2e5a089158bc145f89582021e74d01797d009897.zip
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39668 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'net/forg')
-rw-r--r--net/forg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/forg/Makefile b/net/forg/Makefile
index 70636123656d..f7084ca01ac3 100644
--- a/net/forg/Makefile
+++ b/net/forg/Makefile
@@ -16,12 +16,13 @@ MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw
+USE_REINPLACE= yes
USE_PYTHON= yes
NO_BUILD= yes
post-patch:
.for file in forg.py mini-forg.py
- @${PERL} -pi -e "s,/usr/bin/python,${PYTHON_CMD},g" ${WRKSRC}/${file}
+ @${REINPLACE_CMD} -e "s,/usr/bin/python,${PYTHON_CMD},g" ${WRKSRC}/${file}
.endfor
do-install: