mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
19 lines
531 B
Plaintext
19 lines
531 B
Plaintext
|
|
$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 .
|