git: 66a3a65874f1 - main - net/sslh: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 20:48:17 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=66a3a65874f131771e2c941b43c002e0ee788162 commit 66a3a65874f131771e2c941b43c002e0ee788162 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 20:26:02 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 20:48:08 +0000 net/sslh: Sanitize MANPREFIX Approved by: portmgr (blanket) --- net/sslh/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/sslh/Makefile b/net/sslh/Makefile index 990f5c14bbcb..78dec9776179 100644 --- a/net/sslh/Makefile +++ b/net/sslh/Makefile @@ -1,7 +1,7 @@ PORTNAME= sslh PORTVERSION= 1.22c DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= olivier@FreeBSD.org @@ -30,7 +30,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= sbin/sslh-fork \ sbin/sslh-select \ "@sample etc/sslh.conf.sample" \ - man/man8/sslh.8.gz + share/man/man8/sslh.8.gz PORTEXAMPLES= example.cfg test.cfg udp.cfg @@ -44,7 +44,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sslh-select ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/basic.cfg \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample - ${INSTALL_MAN} ${WRKSRC}/sslh.8.gz ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/sslh.8.gz ${STAGEDIR}${PREFIX}/share/man/man8 do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}