aboutsummaryrefslogtreecommitdiff
path: root/misc/raspberrypi-gpioshutdown
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-08-29 21:39:38 +0000
committerSteve Wills <swills@FreeBSD.org>2018-08-29 21:39:38 +0000
commit7930373c724fd82527680dfea04d04a910497f9e (patch)
tree93494ef50150d904e15044013024d84b0d9dd846 /misc/raspberrypi-gpioshutdown
parent0703c04514ed0e9ecdb1c0b7dfb62578cdd55489 (diff)
downloadports-7930373c724fd82527680dfea04d04a910497f9e.tar.gz
ports-7930373c724fd82527680dfea04d04a910497f9e.zip
misc/raspberrypi-gpioshutdown: fix man page install path
Reported by: Yuri Pankov <yuripv@yuripv.net>
Notes
Notes: svn path=/head/; revision=478421
Diffstat (limited to 'misc/raspberrypi-gpioshutdown')
-rw-r--r--misc/raspberrypi-gpioshutdown/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/raspberrypi-gpioshutdown/Makefile b/misc/raspberrypi-gpioshutdown/Makefile
index ead27d5371db..816810db9aad 100644
--- a/misc/raspberrypi-gpioshutdown/Makefile
+++ b/misc/raspberrypi-gpioshutdown/Makefile
@@ -20,6 +20,6 @@ USE_RC_SUBR= ${KMODNAME}
do-install:
${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${STAGEDIR}${KMODDIR}
- ${INSTALL_MAN} ${WRKSRC}/gpioshutdown.4 ${STAGEDIR}${LOCALBASE}/man/man4/
+ ${INSTALL_MAN} ${WRKSRC}/gpioshutdown.4 ${STAGEDIR}${PREFIX}/man/man4/
.include <bsd.port.mk>