Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 12:55:25 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: ae7b6f2bd763 - main - science/harminv: Moved man to share/man
Message-ID:  <202402251255.41PCtPYt006563@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=ae7b6f2bd76399dd2dfc1ee06eea289801f7ef36

commit ae7b6f2bd76399dd2dfc1ee06eea289801f7ef36
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 12:24:59 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 12:54:40 +0000

    science/harminv: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 science/harminv/Makefile  | 3 ++-
 science/harminv/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/science/harminv/Makefile b/science/harminv/Makefile
index 0ce8c6a4dddb..bc27f06d90b9 100644
--- a/science/harminv/Makefile
+++ b/science/harminv/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	harminv
 PORTVERSION=	1.3.1
-PORTREVISION=	22
+PORTREVISION=	23
 CATEGORIES=	science
 MASTER_SITES=	http://ab-initio.mit.edu/harminv/
 
@@ -10,6 +10,7 @@ WWW=		http://ab-initio.mit.edu/wiki/index.php/Harminv
 
 USES=		blaslapack fortran gmake libtool pathfix
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_GCC=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include -fPIC
 LD_LIBRARY_PATH=	-L${LOCALBASE}/lib -L/usr/lib
diff --git a/science/harminv/pkg-plist b/science/harminv/pkg-plist
index 35b9606764c4..3a115a69715c 100644
--- a/science/harminv/pkg-plist
+++ b/science/harminv/pkg-plist
@@ -2,4 +2,4 @@ bin/harminv
 include/harminv.h
 lib/libharminv.a
 libdata/pkgconfig/harminv.pc
-man/man1/harminv.1.gz
+share/man/man1/harminv.1.gz



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