blob: e10d7b9d81f637cc964fce85e359cd52c05d203a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$FreeBSD$
--- Makefile.orig Fri May 18 18:26:45 2001
+++ Makefile Sun May 20 09:28:32 2001
@@ -1,10 +1,10 @@
# $Id: Makefile,v 1.19 2001/05/12 11:50:11 kjetilja Exp $
# Installation prefix -- modify to your preferences
-PREFIX=/usr/local
+PREFIX?=/usr/local
# NOTE: Normally nothing below this point need to be changed
-PYTHON=/usr/bin/env python
+PYTHON=${LOCALBASE}/bin/$(PYTHON_VERSION)
PYTHONLIBPATH=`$(PYTHON) -c "import sys; print sys.modules['site'].__file__[:-8]"`
COMPILEPROG=compileall.py
COMPILEPROGOPT=-l .
|