diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-08 18:16:37 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-08 18:16:37 +0800 |
commit | cde117293fcf37aa19d9f54acecb0887be0a0d25 (patch) | |
tree | 0ea47e93428c0caacb356d4c343445759d8f670a /astro/pyweather | |
parent | b89886fe2bfd14cafd04aa8f5de087dfcc3c1cfb (diff) | |
download | freebsd-ports-gnome-cde117293fcf37aa19d9f54acecb0887be0a0d25.tar.gz freebsd-ports-gnome-cde117293fcf37aa19d9f54acecb0887be0a0d25.tar.zst freebsd-ports-gnome-cde117293fcf37aa19d9f54acecb0887be0a0d25.zip |
PERL -> REINPLACE_CMD
PR: 39275
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'astro/pyweather')
-rw-r--r-- | astro/pyweather/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/pyweather/Makefile b/astro/pyweather/Makefile index 5a0c42b7fac3..51499b424a0e 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: |