aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-29 20:09:58 +0800
committerantoine <antoine@FreeBSD.org>2013-12-29 20:09:58 +0800
commitb1722c66d65298954ba530f6a1422ab33265e0ed (patch)
tree16974fbbb9378de4d714036f3b1766704f35103d /astro
parent1b3206062ae0dd20ec3f14bb7abeebf8536059f7 (diff)
downloadfreebsd-ports-gnome-b1722c66d65298954ba530f6a1422ab33265e0ed.tar.gz
freebsd-ports-gnome-b1722c66d65298954ba530f6a1422ab33265e0ed.tar.zst
freebsd-ports-gnome-b1722c66d65298954ba530f6a1422ab33265e0ed.zip
Stage support
Diffstat (limited to 'astro')
-rw-r--r--astro/pyweather/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/astro/pyweather/Makefile b/astro/pyweather/Makefile
index dcc7e9fb28c7..eef19bd45080 100644
--- a/astro/pyweather/Makefile
+++ b/astro/pyweather/Makefile
@@ -4,15 +4,13 @@
PORTNAME= pyWeather
PORTVERSION= 0.1b
CATEGORIES= astro python geography
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= will
+MASTER_SITES= LOCAL/will
DISTNAME= pyWeather
MAINTAINER= ports@FreeBSD.org
COMMENT= Python script that downloads weather data and can be cronned
USE_PYTHON= yes
-NO_STAGE= yes
NO_BUILD= yes
PLIST_FILES= bin/pyWeather
@@ -21,6 +19,6 @@ post-patch:
s:pyWeather.py:pyWeather:g" ${WRKSRC}/pyWeather.py
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/pyWeather.py ${PREFIX}/bin/pyWeather
+ ${INSTALL_SCRIPT} ${WRKSRC}/pyWeather.py ${STAGEDIR}${PREFIX}/bin/pyWeather
.include <bsd.port.mk>