From e62efa81eaefdd41b3ac5be16ba3775b4b789883 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 15 Aug 2000 08:15:35 +0000 Subject: Add pygmy - a GNOME mail client written in Python. --- mail/pygmy/files/patch-aa | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mail/pygmy/files/patch-aa (limited to 'mail/pygmy/files/patch-aa') 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 . -- cgit v1.2.3