git: d1f661692859 - main - graphics/py-blockdiag: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 12:58:59 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d1f661692859ad780502f2c85e2d7cd4af7258fc
commit d1f661692859ad780502f2c85e2d7cd4af7258fc
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 12:35:26 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 12:58:25 +0000
graphics/py-blockdiag: Move man pages to share/man
Approved by: portmgr (blanket)
---
graphics/py-blockdiag/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/graphics/py-blockdiag/Makefile b/graphics/py-blockdiag/Makefile
index 9d0a76455612..a32777b8b04d 100644
--- a/graphics/py-blockdiag/Makefile
+++ b/graphics/py-blockdiag/Makefile
@@ -1,5 +1,6 @@
PORTNAME= blockdiag
PORTVERSION= 3.0.0
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -53,8 +54,8 @@ post-patch-VLGOTHIC-on:
${REINPLACE_CMD} '/fontfiles = \[/,/\]/{/fontfiles = \[/H;/VL-PGothic-Regular\.ttf/H;/\]/H;/\]/!d;g;}' ${WRKSRC}/src/blockdiag/utils/bootstrap.py
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}