From b1722c66d65298954ba530f6a1422ab33265e0ed Mon Sep 17 00:00:00 2001 From: antoine Date: Sun, 29 Dec 2013 12:09:58 +0000 Subject: Stage support --- astro/pyweather/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'astro') 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 -- cgit