diff options
| author | 2020-01-03 18:55:44 +0200 | |
|---|---|---|
| committer | 2020-01-03 22:25:44 +0530 | |
| commit | 443bb7925bb9ff7ae08bc0f7c1db1feecd73ecf9 (patch) | |
| tree | a1b84890ff932450460cd4ed1d9e88d0b6ae5f53 /misc/haiku/Makefile | |
| parent | d43abec4bc07275ccb86e09f112ebab919537154 (diff) | |
| download | nnn-443bb7925bb9ff7ae08bc0f7c1db1feecd73ecf9.tar.gz | |
Update Haiku Makefile and recipe with suggestions from HaikuPorts (#426)
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 |