aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-07-29 22:09:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-07-29 22:09:53 +0000
commit6e381a9d5323dc4984a1f1ddeb2ffbaa7deeec9c (patch)
tree39f5db5e677aac0352369cb6e46374b5bd11a774 /astro
parent71c37a22dfbe5fdf7ff290ef8fcfa63c72e0cc77 (diff)
downloadports-6e381a9d5323dc4984a1f1ddeb2ffbaa7deeec9c.tar.gz
ports-6e381a9d5323dc4984a1f1ddeb2ffbaa7deeec9c.zip
Notes
Diffstat (limited to 'astro')
-rw-r--r--astro/py-metar/Makefile1
-rw-r--r--astro/weather/Makefile3
2 files changed, 1 insertions, 3 deletions
diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile
index 3b6f38eabcb5..3a3997d6b338 100644
--- a/astro/py-metar/Makefile
+++ b/astro/py-metar/Makefile
@@ -18,6 +18,5 @@ USE_PYTHON= autoplist distutils
USES= python:2 shebangfix
SHEBANG_FILES= bin/py${PORTNAME}
-python_CMD= ${PYTHON_CMD}
.include <bsd.port.mk>
diff --git a/astro/weather/Makefile b/astro/weather/Makefile
index 0a97a9ae2055..5cb1a0c82442 100644
--- a/astro/weather/Makefile
+++ b/astro/weather/Makefile
@@ -24,8 +24,7 @@ PLIST_FILES= bin/${PORTNAME} \
PORTDATA= airports places stations zctas zones
SHEBANG_FILES= ${PORTNAME}
-python_OLD_CMD= ${SETENV} python
-python_CMD= ${PYTHON_CMD}
+python_OLD_CMD= /usr/bin/env python
.include <bsd.port.pre.mk>