aboutsummaryrefslogtreecommitdiff
path: root/net/forg
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-23 06:04:01 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-23 06:04:01 +0000
commite28630ead26369af9ef1d199ae48177e0e2486ae (patch)
treec38809fe289a3882c872d743e8cfe274cca486f2 /net/forg
parentb53889dd48ab786160430cf4dc54b1562318d476 (diff)
downloadports-e28630ead26369af9ef1d199ae48177e0e2486ae.tar.gz
ports-e28630ead26369af9ef1d199ae48177e0e2486ae.zip
Notes
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: