git: 91e05c85abac - main - graphics/rawtherapee: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 10:42:36 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=91e05c85abac94225623ea5d6324e969d23d264f commit 91e05c85abac94225623ea5d6324e969d23d264f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 01:54:51 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 10:42:25 +0000 graphics/rawtherapee: Sanitize MANPREFIX Approved by: portmgr (blanket) --- graphics/rawtherapee/Makefile | 4 ++-- graphics/rawtherapee/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 0a0525b52192..a361a50148fe 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -1,6 +1,6 @@ PORTNAME= rawtherapee PORTVERSION= 5.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= https://rawtherapee.com/shared/source/ \ LOCAL/mandree/ @@ -141,7 +141,7 @@ _OPT_FLAGS+= -mstackrealign .include <bsd.port.pre.mk> post-patch: - @${REINPLACE_CMD} -e 's#DESTINATION "$${CMAKE_INSTALL_PREFIX}/share/man/man1"#DESTINATION "${MANPREFIX}/man/man1/"#' \ + @${REINPLACE_CMD} -e 's#DESTINATION "$${CMAKE_INSTALL_PREFIX}/share/man/man1"#DESTINATION "${PREFIX}/share/man/man1/"#' \ ${WRKSRC}/CMakeLists.txt TESTIMAGES= ${FILESDIR}/../testimages diff --git a/graphics/rawtherapee/pkg-plist b/graphics/rawtherapee/pkg-plist index 7b467568f1da..d770bc4026de 100644 --- a/graphics/rawtherapee/pkg-plist +++ b/graphics/rawtherapee/pkg-plist @@ -1,7 +1,7 @@ @comment env LC_ALL=C sort -f bin/rawtherapee bin/rawtherapee-cli -man/man1/rawtherapee.1.gz +share/man/man1/rawtherapee.1.gz share/applications/rawtherapee.desktop share/icons/hicolor/128x128/apps/rawtherapee.png share/icons/hicolor/16x16/apps/rawtherapee.png