Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2024 12:44:20 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f2964897c2ef - main - devel/gnulib: fix build with PREFIX != /usr/local
Message-ID:  <202410281244.49SCiKXG074287@gitrepo.freebsd.org>

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

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

commit f2964897c2eff821545c9eb2b9e2b03437c3c820
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-10-26 14:45:50 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-10-28 12:42:02 +0000

    devel/gnulib: fix build with PREFIX != /usr/local
    
    Reported by:    Mikhail T. <freebsd-2024@virtual-estates.net>
    PR:             277218
    MFH:            2024Q4
---
 devel/gnulib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/gnulib/Makefile b/devel/gnulib/Makefile
index 1967108ac2e9..1b6a30a1b23e 100644
--- a/devel/gnulib/Makefile
+++ b/devel/gnulib/Makefile
@@ -15,7 +15,7 @@ LICENSE_COMB=	multi
 BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:print/texinfo
 
 USES=		cpe gmake perl5 shebangfix
-SHEBANG_FILES=	check-module
+SHEBANG_FILES=	check-module lib/uniname/gen-uninames.lisp
 CPE_VENDOR=	gnu
 
 NO_ARCH=	yes



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