git: 6b7e47ebeaab - main - net/srelay: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 18:37:52 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b7e47ebeaab8656100d5db1a82f6a4fca750be6 commit 6b7e47ebeaab8656100d5db1a82f6a4fca750be6 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-20 17:48:47 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-20 18:37:10 +0000 net/srelay: Move man pages to share/man Approved by: portmgr (blanket) --- net/srelay/Makefile | 3 ++- net/srelay/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/srelay/Makefile b/net/srelay/Makefile index a27c687ff530..2359a5d99c1f 100644 --- a/net/srelay/Makefile +++ b/net/srelay/Makefile @@ -1,5 +1,6 @@ PORTNAME= srelay PORTVERSION= 0.4.8p3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SOURCEFORGE/socks-relay/socks-relay/${PORTNAME}-0.4.8 @@ -15,7 +16,7 @@ USE_RC_SUBR= srelay do-install: ${INSTALL_DATA} ${WRKSRC}/srelay.conf ${STAGEDIR}${PREFIX}/etc/srelay.conf.sample ${INSTALL_DATA} ${WRKSRC}/srelay.passwd ${STAGEDIR}${PREFIX}/etc/srelay.passwd.sample - ${INSTALL_MAN} ${WRKSRC}/srelay.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/srelay.8 ${STAGEDIR}${PREFIX}/share/man/man8 ${INSTALL_PROGRAM} ${WRKSRC}/srelay ${STAGEDIR}${PREFIX}/sbin .include <bsd.port.mk> diff --git a/net/srelay/pkg-plist b/net/srelay/pkg-plist index a7aa817b84aa..955ad3f3f8eb 100644 --- a/net/srelay/pkg-plist +++ b/net/srelay/pkg-plist @@ -1,4 +1,4 @@ @sample etc/srelay.conf.sample @sample etc/srelay.passwd.sample -man/man8/srelay.8.gz sbin/srelay +share/man/man8/srelay.8.gz