summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-19 11:10:45 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-19 11:10:45 +0000
commite333bf9708da520cb3ca43aac504e3cba07eb6d2 (patch)
tree4ef10ecdbd568dd51f2ec263f600ec4138108a83 /sysutils
parent5ab2816e6095151a6d826e5c555fd46e0ec031d6 (diff)
downloadfreebsd-ports-e333bf9708da520cb3ca43aac504e3cba07eb6d2.zip
Update manpage location (r523104)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/shlock/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/shlock/Makefile b/sysutils/shlock/Makefile
index de91563923d8..e5b950c38d35 100644
--- a/sysutils/shlock/Makefile
+++ b/sysutils/shlock/Makefile
@@ -17,13 +17,14 @@ CONFIGURE_ARGS= --disable-shared
CONFIGURE_ENV= ac_cv_path_PERL="${TRUE}"
GNU_CONFIGURE= yes
-PLIST_FILES= bin/shlock man/man1/shlock.1.gz
+PLIST_FILES= bin/shlock \
+ share/man/man1/shlock.1.gz
post-build:
@${DO_MAKE_BUILD} -C ${WRKSRC}/backends shlock
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/backends/shlock ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doc/man/shlock.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/shlock.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>