Date: Fri, 23 Feb 2024 13:55:34 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: 522e42d427c2 - main - devel/librevisa-vish: Moved man to share/man Message-ID: <202402231355.41NDtYbr004518@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=522e42d427c2bffe7f555c9a8fca957fcf6ea5fb commit 522e42d427c2bffe7f555c9a8fca957fcf6ea5fb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 12:54:26 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 13:55:11 +0000 devel/librevisa-vish: Moved man to share/man Approved by: portmgr (blanket) --- devel/librevisa-vish/Makefile | 3 ++- devel/librevisa-vish/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/librevisa-vish/Makefile b/devel/librevisa-vish/Makefile index 901795333838..0643bfe5fe20 100644 --- a/devel/librevisa-vish/Makefile +++ b/devel/librevisa-vish/Makefile @@ -1,6 +1,6 @@ PORTNAME= librevisa-vish PORTVERSION= 0.0.20130714 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.librevisa.org/download/ DISTNAME= vish-${PORTVERSION} @@ -13,6 +13,7 @@ LIB_DEPENDS= libvisa.so:devel/librevisa USES= compiler:c++11-lang localbase:ldflags GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share LDFLAGS+= -lvisa diff --git a/devel/librevisa-vish/pkg-plist b/devel/librevisa-vish/pkg-plist index f963beb0c42a..b454f17fb8bf 100644 --- a/devel/librevisa-vish/pkg-plist +++ b/devel/librevisa-vish/pkg-plist @@ -1,2 +1,2 @@ bin/vish -man/man1/vish.1.gz +share/man/man1/vish.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231355.41NDtYbr004518>