git: c524b8761af4 - main - devel/tevent: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 15:27:21 UTC
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 \