summaryrefslogtreecommitdiff
path: root/devel/bzr/patches/patch-ab
blob: 3e9e69e5b52aa1c7bb24ae316994babf53e4448e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.6 2009/08/08 15:52:09 wiz Exp $

--- setup.py.orig	2009-08-06 10:40:13.000000000 +0200
+++ setup.py	2009-08-06 10:41:02.000000000 +0200
@@ -659,7 +659,7 @@
     if not 'bdist_egg' in sys.argv:
         # generate and install bzr.1 only with plain install, not the
         # easy_install one
-        DATA_FILES = [('man/man1', ['bzr.1'])]
+        DATA_FILES = [(os.getenv('PKGMANDIR', 'man') + '/man1', ['bzr.1'])]
 
     # std setup
     ARGS = {'scripts': ['bzr'],