freebsd-ports/mail/pygmy/files/patch-aa
2001-05-20 06:46:52 +00:00

18 lines
531 B
Text

$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 .