Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 12:26:41 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c7eab9d204d8 - main - graphics/xfractint: Sanitize MANPREFIX
Message-ID:  <202401221226.40MCQfY1098066@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c7eab9d204d8e5c9e5fbefac1384921c61ba564f

commit c7eab9d204d8e5c9e5fbefac1384921c61ba564f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 11:48:49 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 12:26:17 +0000

    graphics/xfractint: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 graphics/xfractint/Makefile  | 3 ++-
 graphics/xfractint/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/xfractint/Makefile b/graphics/xfractint/Makefile
index a57df9b86e78..e899cc6968b7 100644
--- a/graphics/xfractint/Makefile
+++ b/graphics/xfractint/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xfractint
 PORTVERSION=	20.04p16
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.fractint.net/ftp/current/linux/ \
 		http://www.fractint.org/ftp/current/linux/
@@ -25,7 +26,7 @@ DESKTOP_ENTRIES=	"Xfracint" \
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xfractint ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/unix/xfractint.man \
-		${STAGEDIR}${MANPREFIX}/man/man1/xfractint.1
+		${STAGEDIR}${PREFIX}/share/man/man1/xfractint.1
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/fractint.hlp ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/sstools.ini ${STAGEDIR}${DATADIR}
diff --git a/graphics/xfractint/pkg-plist b/graphics/xfractint/pkg-plist
index 3769c8d2a429..4993539f6f7e 100644
--- a/graphics/xfractint/pkg-plist
+++ b/graphics/xfractint/pkg-plist
@@ -1,5 +1,5 @@
 bin/xfractint
-man/man1/xfractint.1.gz
+share/man/man1/xfractint.1.gz
 %%DATADIR%%/formulas/fierce.frm
 %%DATADIR%%/formulas/fract_sy.frm
 %%DATADIR%%/formulas/fract001.frm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401221226.40MCQfY1098066>