git: 5ae6ffc2d22b - main - graphics/tippecanoe: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 12:59:03 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ae6ffc2d22b63a65bf6f6ff56fddba933d40f66 commit 5ae6ffc2d22b63a65bf6f6ff56fddba933d40f66 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-09 12:56:46 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-09 12:58:26 +0000 graphics/tippecanoe: Move man pages to share/man Approved by: portmgr (blanket) --- graphics/tippecanoe/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/tippecanoe/Makefile b/graphics/tippecanoe/Makefile index 0a8ea443c7b5..3694edf5686d 100644 --- a/graphics/tippecanoe/Makefile +++ b/graphics/tippecanoe/Makefile @@ -1,5 +1,6 @@ PORTNAME= tippecanoe DISTVERSION= 2.26.1 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= darcy@dbitech.ca @@ -21,7 +22,7 @@ GH_ACCOUNT= felt PLIST_FILES= bin/tile-join bin/tippecanoe bin/tippecanoe-decode \ bin/tippecanoe-enumerate bin/tippecanoe-json-tool \ - man/man1/tippecanoe.1.gz + share/man/man1/tippecanoe.1.gz .include <bsd.port.options.mk> @@ -35,6 +36,6 @@ do-install: .for file in tile-join tippecanoe tippecanoe-decode tippecanoe-enumerate tippecanoe-json-tool ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR$}${PREFIX}/bin .endfor - ${INSTALL_MAN} ${WRKSRC}/man/tippecanoe.1 ${STAGEDIR}${PREFIX}/man/man1/tippecanoe.1 + ${INSTALL_MAN} ${WRKSRC}/man/tippecanoe.1 ${STAGEDIR}${PREFIX}/share/man/man1/tippecanoe.1 .include <bsd.port.mk>