Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 19:56:39 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: c67d553c6115 - main - devel/libev: Impelled to share/man
Message-ID:  <202401231956.40NJudTo098639@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=c67d553c611515e4f5db1772428a0b6d146e9089

commit c67d553c611515e4f5db1772428a0b6d146e9089
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 19:22:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 19:56:19 +0000

    devel/libev: Impelled to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/libev/Makefile  | 2 ++
 devel/libev/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/libev/Makefile b/devel/libev/Makefile
index 4099ec6ddc9a..0049eb43f2f6 100644
--- a/devel/libev/Makefile
+++ b/devel/libev/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libev
 DISTVERSION=	4.33
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://dist.schmorp.de/libev/ \
@@ -14,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		libtool pkgconfig
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--disable-static
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
diff --git a/devel/libev/pkg-plist b/devel/libev/pkg-plist
index e87d24bf153a..a6fb4e442a57 100644
--- a/devel/libev/pkg-plist
+++ b/devel/libev/pkg-plist
@@ -4,4 +4,4 @@ lib/libev.so.4.0.0
 libdata/pkgconfig/libev.pc
 include/ev.h
 include/ev++.h
-man/man3/ev.3.gz
+share/man/man3/ev.3.gz



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