1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/games/childsplay/files/patch-Makefile
Pav Lucistnik da2dfe286b - Package score file
- Compile python scripts after installatino to pick up a dynamically
  written .py file
2005-05-07 21:32:55 +00:00

11 lines
311 B
Plaintext

--- Makefile.orig Sat May 7 23:13:35 2005
+++ Makefile Sat May 7 23:15:11 2005
@@ -0,0 +1,7 @@
+PYTHON = /usr/bin/env python
+
+install:
+ ./INSTALL.sh
+ @echo "Compiling modules to bytecode..."
+ @$(PYTHON) install.py --compile ${PREFIX}/childsplay
+ @$(PYTHON) install.py --compile ${PREFIX}/childsplay/lib