diff options
Diffstat (limited to 'mail/pygmy/files/patch-aa')
-rw-r--r-- | mail/pygmy/files/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/pygmy/files/patch-aa b/mail/pygmy/files/patch-aa new file mode 100644 index 000000000000..d016dda9b9ff --- /dev/null +++ b/mail/pygmy/files/patch-aa @@ -0,0 +1,16 @@ +--- Makefile.orig Tue Aug 15 10:23:51 2000 ++++ Makefile Tue Aug 15 10:24:42 2000 +@@ -1,11 +1,11 @@ + # $Id: Makefile,v 1.3 2000/07/31 14:06:31 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 + PYTHONLIBPATH=`$(PYTHON) -c 'import sys; print sys.prefix'`/lib/python1.5 + COMPILEPROG=compileall.py + COMPILEPROGOPT=-l . |