Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 15:27:21 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: c524b8761af4 - main - devel/tevent: Sanitize MANPREFIX
Message-ID:  <202401211527.40LFRLRr063582@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=c524b8761af45897c6140154da1ba4f894276cdf

commit c524b8761af45897c6140154da1ba4f894276cdf
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 13:58:47 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 15:26:52 +0000

    devel/tevent: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 devel/tevent/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/devel/tevent/Makefile b/devel/tevent/Makefile
index b270fe5d1203..fa3844e5a7d3 100644
--- a/devel/tevent/Makefile
+++ b/devel/tevent/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=			tevent
 DISTVERSION=			0.13.0
-PORTREVISION=			1
+PORTREVISION=			2
 PORTEPOCH=			0
 CATEGORIES=			devel
 MASTER_SITES=			SAMBA
@@ -23,8 +23,7 @@ CONFIGURE_LOG=			bin/config.log
 PKGCONFIGDIR?=			${PREFIX}/libdata/pkgconfig
 PLIST_SUB=			PKGCONFIGDIR=${PKGCONFIGDIR:S;^${PREFIX}/;;}
 
-CONFIGURE_ARGS=			--mandir=${MANPREFIX}/man \
-				--disable-rpath \
+CONFIGURE_ARGS=			--disable-rpath \
 				--disable-rpath-install \
 				--bundled-libraries=!talloc,cmocka \
 				--builtin-libraries=replace \



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