summaryrefslogtreecommitdiff
path: root/filesystems/fuse-wikipediafs/patches/patch-aa
blob: 69eb294ef0936b1d35a79024a2bfee61c23f016f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.1.1.1 2007/08/09 21:42:52 agc Exp $

--- setup.py	2007/08/09 20:52:33	1.1
+++ setup.py	2007/08/09 20:52:59
@@ -12,5 +12,5 @@
     packages = ['wikipediafs'],
     package_dir = {'wikipediafs':'src/wikipediafs/'},
     scripts = ['src/mount.wikipediafs'],
-    data_files = [('/usr/share/man/man1/', ['doc/mount.wikipediafs.1.gz'])],
+    data_files = [('@PKGMANDIR@/man1/', ['doc/mount.wikipediafs.1.gz'])],
 )
\ No newline at end of file