summaryrefslogtreecommitdiff
path: root/mail/getmail/patches/patch-aa
blob: d869a319e71366ebcf91f5d47e85f5318297799a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2001/03/05 20:56:44 jtb Exp $

--- getmail.orig	Tue Feb 20 23:24:07 2001
+++ getmail
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # Change this to your getmail directory; defaults to /usr/lib/getmail
-GETMAILPATH="/usr/local/lib/getmail"
+GETMAILPATH="@PREFIX@/libexec/getmail"
 
 OLDPYTHONPATH=${PYTHONPATH}
 PYTHONPATH="${GETMAILPATH}:${PYTHONPATH}"