aboutsummaryrefslogtreecommitdiffstats
path: root/main/mdocml
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2015-08-05 23:24:21 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2015-08-05 23:24:27 +0200
commitc5ee9fd40936e1d3001dbf84e43366897bd16ac9 (patch)
tree17d7a6366acbdd8f492a44034d64cd5c5cff40e6 /main/mdocml
parent43cca375a33db94532e183b312f2fc74705785e6 (diff)
downloadaports-c5ee9fd40936e1d3001dbf84e43366897bd16ac9.tar.bz2
aports-c5ee9fd40936e1d3001dbf84e43366897bd16ac9.tar.xz
main/mdocml: fix makewhatis invocation
/usr/share/man has to be the last argument
Diffstat (limited to 'main/mdocml')
-rw-r--r--main/mdocml/mdocml.trigger2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mdocml/mdocml.trigger b/main/mdocml/mdocml.trigger
index fc299d1009..b1060c4984 100644
--- a/main/mdocml/mdocml.trigger
+++ b/main/mdocml/mdocml.trigger
@@ -1,4 +1,4 @@
#!/bin/sh
exec /usr/sbin/makewhatis \
- -a /usr/share/man -T utf8
+ -a -T utf8 /usr/share/man