Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 17:43:53 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6834205ce2ee - main - math/form: Move manpages to share/man
Message-ID:  <202401211743.40LHhrM3099511@gitrepo.freebsd.org>

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

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

commit 6834205ce2ee7018563734db39cdba7d8f8dd91a
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-21 17:28:52 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-21 17:43:27 +0000

    math/form: Move manpages to share/man
---
 math/form/Makefile  | 9 +++++++--
 math/form/pkg-plist | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/math/form/Makefile b/math/form/Makefile
index bb946fdc542a..1aa427f334a1 100644
--- a/math/form/Makefile
+++ b/math/form/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	form
-PORTVERSION=	4.3.1
 DISTVERSIONPREFIX=	v
+DISTVERSION=	4.3.1
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -35,9 +36,13 @@ OPENMPI_CONFIGURE_ENABLE=	parform
 OPENMPI_CONFIGURE_ENV+=		MPICC="${MPICC}" \
 				MPICXX="${MPICXX}"
 
+# remove after manprefix migration
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+
 .include <bsd.port.options.mk>
 
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
+.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1400091 || (${OSVERSION} >= 1302507 && \
+	${OSVERSION} < 1400000))
 CFLAGS+=	-Wno-error=incompatible-function-pointer-types
 .endif
 
diff --git a/math/form/pkg-plist b/math/form/pkg-plist
index 97989d9ecbb0..4177f77b9b7c 100644
--- a/math/form/pkg-plist
+++ b/math/form/pkg-plist
@@ -1,7 +1,7 @@
 bin/form
 bin/tform
 %%OPENMPI%%bin/parform
-man/man1/form.1.gz
+share/man/man1/form.1.gz
 %%DOXYGEN%%%%DOCSDIR%%/html/manual.css
 %%DOXYGEN%%%%DOCSDIR%%/html/manual.html
 %%DOXYGEN%%%%DOCSDIR%%/html/manual0x.png



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