git: 9ed41eb99c23 - main - security/proxytunnel: Move manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 12:00:47 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ed41eb99c232191e70b9006bd10364833dc8309 commit 9ed41eb99c232191e70b9006bd10364833dc8309 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-01-21 12:00:42 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-01-21 12:00:42 +0000 security/proxytunnel: Move manpages to share/man --- security/proxytunnel/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index 246377e7a25f..e591e7b06708 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -1,13 +1,14 @@ PORTNAME= proxytunnel -PORTVERSION= 1.12.0 DISTVERSIONPREFIX= v +DISTVERSION= 1.12.0 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= ehaupt@FreeBSD.org COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy WWW= https://github.com/proxytunnel/proxytunnel/ -LICENSE= GPLv2+ BSD3CLAUSE MIT +LICENSE= BSD3CLAUSE GPLv2+ MIT LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -19,7 +20,8 @@ BROKEN_SSL= openssl openssl31 BROKEN_SSL_REASON= Fails to build with ld: error: undefined symbol: SSL_get_peer_certificate USE_GITHUB= yes -PLIST_FILES= bin/proxytunnel man/man1/proxytunnel.1.gz +PLIST_FILES= bin/proxytunnel \ + share/man/man1/proxytunnel.1.gz post-patch: ${REINPLACE_CMD} -e "s/xmlto/minixmlto/g" ${WRKSRC}/docs/Makefile @@ -27,6 +29,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${MANPREFIX}/share/man/man1 .include <bsd.port.mk>