diff --git a/astro/weather/Makefile b/astro/weather/Makefile index 00be5bfe2fc2..4b757b8b33e5 100644 --- a/astro/weather/Makefile +++ b/astro/weather/Makefile @@ -1,39 +1,36 @@ # Created by: Sunpoet Po-Chuan Hsieh PORTNAME= weather PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= astro python MASTER_SITES= http://fungi.yuggoth.org/weather/src/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Utility to provide current weather conditions and forecasts LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE USES= python shebangfix tar:xz NO_ARCH= yes NO_BUILD= yes +SUB_FILES= pkg-message + SHEBANG_FILES= weather do-install: ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/weather ${STAGEDIR}${PREFIX}/bin/weather ${INSTALL_DATA} ${WRKSRC}/weather.py ${STAGEDIR}${PYTHON_SITELIBDIR}/ ${PYTHON_CMD} -m compileall -d ${PYTHON_SITELIBDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} ${PYTHON_CMD} -O -m compileall -d ${PYTHON_SITELIBDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} ${INSTALL_MAN} ${WRKSRC}/weather.1 ${STAGEDIR}${PREFIX}/share/man/man1/weather.1 ${INSTALL_MAN} ${WRKSRC}/weatherrc.5 ${STAGEDIR}${PREFIX}/share/man/man5/weatherrc.5 ${MKDIR} ${STAGEDIR}${DATADIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} airports places stations zctas zones ${STAGEDIR}${DATADIR}/ - @${ECHO_MSG} "" - @${ECHO_MSG} "Please add the following to your .weatherrc in order to use installed data files:" - @${ECHO_MSG} "" - @${ECHO_MSG} "[default]" - @${ECHO_MSG} "setpath = ${DATADIR}" - @${ECHO_MSG} "" .include diff --git a/astro/weather/files/pkg-message.in b/astro/weather/files/pkg-message.in new file mode 100644 index 000000000000..eb5ef2e6ed37 --- /dev/null +++ b/astro/weather/files/pkg-message.in @@ -0,0 +1,10 @@ +[ +{ type: install + message: <