diff options
| author | Renato Botelho <garga@FreeBSD.org> | 2024-01-18 18:13:26 +0000 |
|---|---|---|
| committer | Renato Botelho <garga@FreeBSD.org> | 2024-01-18 18:19:34 +0000 |
| commit | 9ee556a1846b3f85d7ee32c8fdeee1bbc523f831 (patch) | |
| tree | 03c46ea407f2d636f0e49f8de8da6fcaff9a8293 /ftp/sftpgo/Makefile | |
| parent | e7683f5def9cc646aebd5f43f3338ad0360d5373 (diff) | |
Diffstat (limited to 'ftp/sftpgo/Makefile')
| -rw-r--r-- | ftp/sftpgo/Makefile | 3 |
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> |
