mini-xml, fix 2.6 recipe (#2575)

This commit is contained in:
Schrijvers Luc
2018-05-20 16:53:49 +02:00
committed by waddlesplash
parent 9001de1a37
commit 3e0f6c1bd0
2 changed files with 26 additions and 20 deletions

View File

@@ -20,10 +20,10 @@ diff -urN mxml-2.6-orig/configure mxml-2.6/configure
# BSD, Darwin (MacOS X), and Linux
mandir="/usr/share/man"
;;
+ BeOS* | Haiku*)
+ # BeOS, Haiku
+ mandir="/boot/common/share/man"
+ ;;
+ BeOS* | Haiku*)
+ # BeOS, Haiku
+ mandir="/boot/common/share/man"
+ ;;
IRIX*)
# SGI IRIX
mandir="/usr/share/catman/u_man"