Browse Source

make sure man page is installed by PREFIX as well..

tags/ggatessh-v1.0.1
John-Mark Gurney 3 years ago
parent
commit
2beecd4be5
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      ggatessh/rc.d/Makefile

+ 4
- 0
ggatessh/rc.d/Makefile View File

@@ -8,4 +8,8 @@ MAN= ggatessh.7

SCRIPTS= ggatessh

.if defined(PREFIX)
SHAREDIR= ${PREFIX}/share
.endif

.include <bsd.prog.mk>

Loading…
Cancel
Save