Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2024 16:44:53 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 965dd64661f7 - main - net/wmnd: Update manpages path
Message-ID:  <202401081644.408GirYa036059@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by garga:

URL: https://cgit.FreeBSD.org/ports/commit/?id=965dd64661f7019dd57aef814fc4e0c27c8d3c2c

commit 965dd64661f7019dd57aef814fc4e0c27c8d3c2c
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2024-01-08 15:24:36 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2024-01-08 16:43:52 +0000

    net/wmnd: Update manpages path
    
    Move manpages to ${PREFIX}/share/man
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 net/wmnd/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile
index 0e0fcfe92375..183f606a1341 100644
--- a/net/wmnd/Makefile
+++ b/net/wmnd/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	wmnd
 PORTVERSION=	0.4.18
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.thregr.org/~wavexx/software/wmnd/releases/
 
@@ -16,14 +17,14 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-dummy-driver --enable-drivers=freebsd_sysctl
 
 PLIST_FILES=	bin/wmnd \
-		man/man1/wmnd.1.gz
+		share/man/man1/wmnd.1.gz
 PORTEXAMPLES=	wmndrc
 
 OPTIONS_DEFINE=	EXAMPLES
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/wmnd ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/doc/wmnd.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/doc/wmnd.1 ${STAGEDIR}${PREFIX}/share/man/man1
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/examples/wmndrc ${STAGEDIR}${EXAMPLESDIR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401081644.408GirYa036059>