From dddc44a59e3e393d5440a06e2b0535aeb1304f77 Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Sat, 23 Oct 2010 17:32:23 +0200 Subject: Import Dev86src-0.16.18.tar.gz --- bin86/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin86') diff --git a/bin86/Makefile b/bin86/Makefile index 3d8aa6f..df1c3ec 100644 --- a/bin86/Makefile +++ b/bin86/Makefile @@ -6,7 +6,11 @@ DIRS=ld as PREFIX=/usr/local BINDIR=$(PREFIX)/bin LIBDIR=$(PREFIX)/lib +ifeq ($(PREFIX),/usr) +MANDIR=$(PREFIX)/share/man/man1 +else MANDIR=$(PREFIX)/man/man1 +endif SUF=86 INSTALL_OPT=-m 755 -- cgit v1.2.1