mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
mini-xml, fix 2.6 recipe (#2575)
This commit is contained in:
committed by
waddlesplash
parent
9001de1a37
commit
3e0f6c1bd0
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user