diff options
Diffstat (limited to 'astro/pyweather')
-rw-r--r-- | astro/pyweather/Makefile | 1 | ||||
-rw-r--r-- | astro/pyweather/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/astro/pyweather/Makefile b/astro/pyweather/Makefile index 758884c455c6..ab3fc8d96e11 100644 --- a/astro/pyweather/Makefile +++ b/astro/pyweather/Makefile @@ -18,6 +18,7 @@ COMMENT= Python script that downloads weather data and can be cronned USE_REINPLACE= yes USE_PYTHON= yes NO_BUILD= yes +PLIST_FILES= bin/pyWeather post-patch: @${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g ; \ diff --git a/astro/pyweather/pkg-plist b/astro/pyweather/pkg-plist deleted file mode 100644 index cd635b12b3b6..000000000000 --- a/astro/pyweather/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pyWeather |