diff options
Diffstat (limited to 'misc/haiku/Makefile')
| -rw-r--r-- | misc/haiku/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/haiku/Makefile b/misc/haiku/Makefile index 9c8ff40..a152c3c 100644 --- a/misc/haiku/Makefile +++ b/misc/haiku/Makefile @@ -1,7 +1,7 @@ VERSION = $(shell grep -m1 VERSION $(SRC) | cut -f 2 -d'"') PREFIX ?= /boot/system/non-packaged -MANPREFIX ?= /boot/system/non-packaged/documentation/man +MANPREFIX ?= $(PREFIX)/documentation/man STRIP ?= strip PKG_CONFIG ?= pkg-config INSTALL ?= install |