Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 12:26:38 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: 71faad942172 - main - graphics/ipe: Sanitize MANPREFIX
Message-ID:  <202401221226.40MCQcTO097935@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=71faad942172145daac3d316f7a9b86f759e1b42

commit 71faad942172145daac3d316f7a9b86f759e1b42
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 11:43:20 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 12:26:17 +0000

    graphics/ipe: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 graphics/ipe/Makefile  |  4 ++--
 graphics/ipe/pkg-plist | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile
index e56aae0c0b2d..3cf876de2381 100644
--- a/graphics/ipe/Makefile
+++ b/graphics/ipe/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ipe
 PORTVERSION=	7.2.23
 DISTVERSIONSUFFIX=	-src
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	https://dl.bintray.com/otfried/generic/ipe/${PORTVERSION:R}/
 
@@ -34,7 +34,7 @@ MAKE_ENV=	DL_LIBS="" \
 		INSTALL_PROGRAMS="${INSTALL_PROGRAM}" \
 		INSTALL_ROOT="${STAGEDIR}" \
 		IPEDOCDIR="${DOCSDIR}" \
-		IPEMANDIR="${MANPREFIX}/man/man1" \
+		IPEMANDIR="${PREFIX}/share/man/man1" \
 		IPEPREFIX="${PREFIX}" \
 		JPEG_CFLAGS="-I${LOCALBASE}/include" \
 		JPEG_LIBS="-L${LOCALBASE}/lib -ljpeg" \
diff --git a/graphics/ipe/pkg-plist b/graphics/ipe/pkg-plist
index b73da66db798..5a74f9513ae7 100644
--- a/graphics/ipe/pkg-plist
+++ b/graphics/ipe/pkg-plist
@@ -63,12 +63,12 @@ lib/libipelua.so
 lib/libipelua.so.%%VERSION%%
 lib/libipeui.so
 lib/libipeui.so.%%VERSION%%
-man/man1/ipe.1.gz
-man/man1/ipe6upgrade.1.gz
-man/man1/ipeextract.1.gz
-man/man1/iperender.1.gz
-man/man1/ipescript.1.gz
-man/man1/ipetoipe.1.gz
+share/man/man1/ipe.1.gz
+share/man/man1/ipe6upgrade.1.gz
+share/man/man1/ipeextract.1.gz
+share/man/man1/iperender.1.gz
+share/man/man1/ipescript.1.gz
+share/man/man1/ipetoipe.1.gz
 %%DATADIR%%/%%VERSION%%/icons/icon_128x128.png
 %%DATADIR%%/%%VERSION%%/icons/icons.ipe
 %%DATADIR%%/%%VERSION%%/lua/actions.lua



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