From 2beecd4be515fcb6fe5781682a9d6415324e85f7 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sun, 25 Oct 2020 08:15:05 +0000 Subject: [PATCH] make sure man page is installed by PREFIX as well.. --- ggatessh/rc.d/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ggatessh/rc.d/Makefile b/ggatessh/rc.d/Makefile index 3e27e46..3ef475c 100644 --- a/ggatessh/rc.d/Makefile +++ b/ggatessh/rc.d/Makefile @@ -8,4 +8,8 @@ MAN= ggatessh.7 SCRIPTS= ggatessh +.if defined(PREFIX) +SHAREDIR= ${PREFIX}/share +.endif + .include