Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 12:59:01 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: 9ea3846d5a5a - main - graphics/py-seqdiag: Move man pages to share/man
Message-ID:  <202403091259.429Cx1Tn069306@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=9ea3846d5a5a0053aaff1d152d45c7124c88acf5

commit 9ea3846d5a5a0053aaff1d152d45c7124c88acf5
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 12:44:13 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 12:58:26 +0000

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

diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile
index 72f53c96c5f0..3c6fa0fa6a84 100644
--- a/graphics/py-seqdiag/Makefile
+++ b/graphics/py-seqdiag/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	seqdiag
 PORTVERSION=	3.0.0
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -25,8 +26,8 @@ PORTEXAMPLES=	*
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 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?202403091259.429Cx1Tn069306>