aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-04-07 04:15:10 +0800
committerjbeich <jbeich@FreeBSD.org>2015-04-07 04:15:10 +0800
commit847402ac1c9b10d86548ee3c9c00fbdc330d2564 (patch)
treec11446145e9fd304a6db711121229b3fbaa59f23
parentb6c7e2d0fc350e926d5e8e04bbcfe40f5b731135 (diff)
downloadfreebsd-ports-gnome-847402ac1c9b10d86548ee3c9c00fbdc330d2564.tar.gz
freebsd-ports-gnome-847402ac1c9b10d86548ee3c9c00fbdc330d2564.tar.zst
freebsd-ports-gnome-847402ac1c9b10d86548ee3c9c00fbdc330d2564.zip
Don't extract python bytecode from the distfile
No PORTREVISION bump: distutils defaults to building without -O and the following files aren't even installed. $ ls **/*.py[co] module/generate_styles.pyo module/setuplib.pyo
-rw-r--r--devel/renpy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/renpy/Makefile b/devel/renpy/Makefile
index c48a2a2e63ab..c6d37ffad89d 100644
--- a/devel/renpy/Makefile
+++ b/devel/renpy/Makefile
@@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>0:${PORTSDIR}/devel/py-game_sdl2
USES= python:2.7 shebangfix tar:bz2
USE_PYTHON= autoplist distutils
USE_SDL= sdl2
-EXTRACT_AFTER_ARGS=--exclude gen
+EXTRACT_AFTER_ARGS=--exclude gen --exclude '*.py[co]'
SHEBANG_FILES= renpy.py launcher/game/tkaskdir.py
python_OLD_CMD= /usr/bin/env python
python_CMD= ${PYTHON_CMD}