git: cd1fe1809242 - main - misc/ree: Move manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 11:49:47 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd1fe1809242d6da7a1acb088339a4b60ca4976d commit cd1fe1809242d6da7a1acb088339a4b60ca4976d Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-01-21 11:49:39 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-01-21 11:49:39 +0000 misc/ree: Move manpages to share/man --- misc/ree/Makefile | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/misc/ree/Makefile b/misc/ree/Makefile index 0319db17c2db..0870c59cd158 100644 --- a/misc/ree/Makefile +++ b/misc/ree/Makefile @@ -1,5 +1,6 @@ PORTNAME= ree PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= ehaupt@FreeBSD.org @@ -15,14 +16,17 @@ USE_GITHUB= yes GH_ACCOUNT= alexmyczko -PLIST_FILES= bin/fontdump man/man1/fontdump.1.gz man/man8/rom-ree.8.gz \ - sbin/rom-ree +MAKEFILE= makefile + +PLIST_FILES= bin/fontdump \ + sbin/rom-ree \ + share/man/man1/fontdump.1.gz \ + share/man/man8/rom-ree.8.gz + PORTDOCS= README.md OPTIONS_DEFINE= DOCS -MAKEFILE= makefile - post-patch: @${REINPLACE_CMD} \ -e 's|ree|rom-ree|g' \ @@ -34,7 +38,7 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/rom-ree \ ${STAGEDIR}${PREFIX}/bin/fontdump ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/ree.8 ${STAGEDIR}${MANPREFIX}/man/man8/rom-ree.8 - ${INSTALL_MAN} ${WRKSRC}/fontdump.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ree.8 ${STAGEDIR}${MANPREFIX}/share/man/man8/rom-ree.8 + ${INSTALL_MAN} ${WRKSRC}/fontdump.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 .include <bsd.port.mk>