Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 12:58:57 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6baf37147e46 - main - graphics/py-actdiag: Move man pages to share/man
Message-ID:  <202403091258.429Cwv5p069128@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=6baf37147e46a93b27669c8c12994d2945d78055

commit 6baf37147e46a93b27669c8c12994d2945d78055
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 12:32:56 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 12:58:25 +0000

    graphics/py-actdiag: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/py-actdiag/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/py-actdiag/Makefile b/graphics/py-actdiag/Makefile
index 779c1ca3f897..c720d9aec0f2 100644
--- a/graphics/py-actdiag/Makefile
+++ b/graphics/py-actdiag/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	actdiag
 PORTVERSION=	3.0.0
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,8 +23,8 @@ PORTDOCS=	README.rst
 OPTIONS_DEFINE=	DOCS
 
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
-	@${ECHO_CMD} man/man1/${PORTNAME}.1.gz >> ${TMPPLIST}
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
+	@${ECHO_CMD} share/man/man1/${PORTNAME}.1.gz >> ${TMPPLIST}
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}



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