aboutsummaryrefslogtreecommitdiff
path: root/ftp/sftpgo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/sftpgo/Makefile')
-rw-r--r--ftp/sftpgo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/sftpgo/Makefile b/ftp/sftpgo/Makefile
index 633f0cde5074..54e1d3008eb3 100644
--- a/ftp/sftpgo/Makefile
+++ b/ftp/sftpgo/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sftpgo
PORTVERSION= 2.5.5
+PORTREVISION= 1
CATEGORIES= ftp www
MASTER_SITES= https://github.com/drakkan/${PORTNAME}/releases/download/v${DISTVERSION}/
DISTNAME= ${PORTNAME}_v${PORTVERSION}_src_with_deps
@@ -62,6 +63,6 @@ post-install-ZSH-on:
${INSTALL_DATA} ${WRKDIR}/zsh_completions ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME}
post-install-MANPAGES-on:
- ${FIND} ${WRKDIR}/manpages -type f -execdir ${INSTALL_MAN} {} ${STAGEDIR}${MANPREFIX}/man/man1 \;
+ ${FIND} ${WRKDIR}/manpages -type f -execdir ${INSTALL_MAN} {} ${STAGEDIR}${PREFIX}/share/man/man1 \;
.include <bsd.port.mk>