mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
graphics/tippecanoe: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
185b68ac1c
commit
5ae6ffc2d2
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= tippecanoe
|
PORTNAME= tippecanoe
|
||||||
DISTVERSION= 2.26.1
|
DISTVERSION= 2.26.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
|
|
||||||
MAINTAINER= darcy@dbitech.ca
|
MAINTAINER= darcy@dbitech.ca
|
||||||
|
@ -21,7 +22,7 @@ GH_ACCOUNT= felt
|
||||||
|
|
||||||
PLIST_FILES= bin/tile-join bin/tippecanoe bin/tippecanoe-decode \
|
PLIST_FILES= bin/tile-join bin/tippecanoe bin/tippecanoe-decode \
|
||||||
bin/tippecanoe-enumerate bin/tippecanoe-json-tool \
|
bin/tippecanoe-enumerate bin/tippecanoe-json-tool \
|
||||||
man/man1/tippecanoe.1.gz
|
share/man/man1/tippecanoe.1.gz
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
@ -35,6 +36,6 @@ do-install:
|
||||||
.for file in tile-join tippecanoe tippecanoe-decode tippecanoe-enumerate tippecanoe-json-tool
|
.for file in tile-join tippecanoe tippecanoe-decode tippecanoe-enumerate tippecanoe-json-tool
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR$}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR$}${PREFIX}/bin
|
||||||
.endfor
|
.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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue