Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 12:07:32 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 975c09e0b7af - main - security/cksfv: Remove unsed CONFIGURE_ARGS argument
Message-ID:  <202401211207.40LC7W1c023951@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=975c09e0b7afa03a7d6511b8416224f698c12793

commit 975c09e0b7afa03a7d6511b8416224f698c12793
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-21 12:07:29 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-21 12:07:29 +0000

    security/cksfv: Remove unsed CONFIGURE_ARGS argument
---
 security/cksfv/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile
index 53694d1ba8ff..153ab048a0b9 100644
--- a/security/cksfv/Makefile
+++ b/security/cksfv/Makefile
@@ -14,8 +14,7 @@ LICENSE=	GPLv2
 USES=		tar:bz2
 
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--mandir=${MANPREFIX}/man \
-		--prefix=${PREFIX}
+CONFIGURE_ARGS=	--prefix=${PREFIX}
 
 PLIST_FILES=	bin/cksfv \
 		share/man/man1/cksfv.1.gz



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