aboutsummaryrefslogtreecommitdiffstats
path: root/community/html2text/path-config.patch
blob: 6c88ef3d56fcb91ae176070c92c66ffd554cb8d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/Makefile.in b/Makefile.in
index e1a9f27..1feb56f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -29,8 +29,8 @@ BISONXX  = bison++
 YFLAGS   =
 
 INSTALLER = install
-BINDIR    = /usr/local/bin
-MANDIR    = /usr/local/man
+BINDIR    = /usr/bin
+MANDIR    = /usr/share/man
 DOCDIR    = /usr/share/doc/html2text
 
 CXX                 = @CXX@