diff options
Diffstat (limited to 'mail/getmail/patches/patch-aa')
-rw-r--r-- | mail/getmail/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/getmail/patches/patch-aa b/mail/getmail/patches/patch-aa new file mode 100644 index 00000000000..9f5485d7bf3 --- /dev/null +++ b/mail/getmail/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.3 2004/08/01 08:29:56 schmonz Exp $ + +--- setup.py.orig 2004-07-18 18:47:24.000000000 -0400 ++++ setup.py +@@ -37,8 +37,9 @@ for (pos, arg) in enumerate(args): + + GETMAILDOCDIR = os.path.join( + datadir or prefix, ++ 'share', + 'doc', +- 'getmail-%s' % __version__ ++ 'getmail' + ) + + GETMAILMANDIR = os.path.join( |