git: 9bb013cd09d3 - main - graphics/katarakt: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 00:29:30 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9bb013cd09d34558cb4bdbf6985d3345a87d1ed0
commit 9bb013cd09d34558cb4bdbf6985d3345a87d1ed0
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 00:28:53 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 00:29:03 +0000
graphics/katarakt: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
graphics/katarakt/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/graphics/katarakt/Makefile b/graphics/katarakt/Makefile
index 5833605c5c1e..20f22d00badb 100644
--- a/graphics/katarakt/Makefile
+++ b/graphics/katarakt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= katarakt
PORTVERSION= 0.2
-PORTREVISION= 28
+PORTREVISION= 29
CATEGORIES= graphics
MAINTAINER= kurt@kmk-computers.de
@@ -23,12 +23,12 @@ GL_ACCOUNT= Qui_Sum
GL_TAGNAME= 99735bc0b15b57d689b6c982d43b85ed1b40ef45
PLIST_FILES= bin/katarakt \
- man/man1/katarakt.1.gz
+ share/man/man1/katarakt.1.gz
post-build:
cd ${WRKSRC} && ${MAKE} doc
post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/katarakt.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/doc/katarakt.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>