summaryrefslogtreecommitdiffstats
path: root/astro/pyweather
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-08 10:16:37 +0000
committerijliao <ijliao@FreeBSD.org>2002-07-08 10:16:37 +0000
commitcde117293fcf37aa19d9f54acecb0887be0a0d25 (patch)
tree0ea47e93428c0caacb356d4c343445759d8f670a /astro/pyweather
parentb89886fe2bfd14cafd04aa8f5de087dfcc3c1cfb (diff)
downloadFreeBSD-ports-cde117293fcf37aa19d9f54acecb0887be0a0d25.zip
FreeBSD-ports-cde117293fcf37aa19d9f54acecb0887be0a0d25.tar.gz
PERL -> REINPLACE_CMD
PR: 39275 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'astro/pyweather')
-rw-r--r--astro/pyweather/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/pyweather/Makefile b/astro/pyweather/Makefile
index 5a0c42b..51499b4 100644
--- a/astro/pyweather/Makefile
+++ b/astro/pyweather/Makefile
@@ -14,11 +14,12 @@ DISTNAME= pyWeather
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
USE_PYTHON= yes
NO_BUILD= yes
post-patch:
- @${PERL} -pi -e "s:/usr/bin/python:${PYTHON_CMD}:g ; \
+ @${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g ; \
s:pyWeather.py:pyWeather:g" ${WRKSRC}/pyWeather.py
do-install:
OpenPOWER on IntegriCloud