aboutsummaryrefslogtreecommitdiffstats
path: root/community/html2text/path-config.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-05-26 07:07:33 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-05-26 07:07:33 +0000
commit09c9838078ea87bd689ab434cd23620f714d5324 (patch)
treea5b23dc6ef9c981baf52089eec7bd7d07a47305b /community/html2text/path-config.patch
parent5d10561871278401fbec2c0c116b362e36b556eb (diff)
downloadaports-09c9838078ea87bd689ab434cd23620f714d5324.tar.bz2
aports-09c9838078ea87bd689ab434cd23620f714d5324.tar.xz
community/html2text: moved from testing
Diffstat (limited to 'community/html2text/path-config.patch')
-rw-r--r--community/html2text/path-config.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/html2text/path-config.patch b/community/html2text/path-config.patch
new file mode 100644
index 0000000000..6c88ef3d56
--- /dev/null
+++ b/community/html2text/path-config.patch
@@ -0,0 +1,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@