Skip to content

Commit

Permalink
graphics/rawtherapee: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent 69d6765 commit 91e05c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions graphics/rawtherapee/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= rawtherapee
PORTVERSION= 5.9
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= https://rawtherapee.com/shared/source/ \
LOCAL/mandree/
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion graphics/rawtherapee/pkg-plist
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 91e05c8

Please sign in to comment.