svn commit: r387547 - head/astro/weather
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 09:37:19 UTC 2015
Author: sunpoet
Date: Wed May 27 09:37:18 2015
New Revision: 387547
URL: https://svnweb.freebsd.org/changeset/ports/387547
Log:
- Merge PLIST_FILES
Modified:
head/astro/weather/Makefile
Modified: head/astro/weather/Makefile
==============================================================================
--- head/astro/weather/Makefile Wed May 27 09:02:09 2015 (r387546)
+++ head/astro/weather/Makefile Wed May 27 09:37:18 2015 (r387547)
@@ -17,6 +17,8 @@ USES= python shebangfix tar:xz
PLIST_FILES= bin/${PORTNAME} \
%%PYTHON_SITELIBDIR%%/${PORTNAME}.py \
+ %%PYTHON_SITELIBDIR%%/${PYCACHE_DIR}${PYCACHE_FILE}.pyc \
+ %%PYTHON_SITELIBDIR%%/${PYCACHE_DIR}${PYCACHE_FILE}.pyo \
man/man1/${PORTNAME}.1.gz \
man/man5/${PORTNAME}rc.5.gz
PORTDATA= airports places stations zctas zones
@@ -35,9 +37,6 @@ PYCACHE_DIR= __pycache__/
PYCACHE_FILE= ${PORTNAME}.cpython-${PYTHON_SUFFIX}
.endif
-PLIST_FILES+= %%PYTHON_SITELIBDIR%%/${PYCACHE_DIR}${PYCACHE_FILE}.pyc \
- %%PYTHON_SITELIBDIR%%/${PYCACHE_DIR}${PYCACHE_FILE}.pyo
-
do-build:
@${PYTHON_CMD} -m compileall ${WRKSRC}/${PORTNAME}.py
@${PYTHON_CMD} -O -m compileall ${WRKSRC}/${PORTNAME}.py
More information about the svn-ports-all
mailing list