git: 522e42d427c2 - main - devel/librevisa-vish: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 13:55:34 UTC
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