diff options
Diffstat (limited to 'astro/weather/Makefile')
-rw-r--r-- | astro/weather/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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> |