Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2024 17:04:25 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5308e84ce768 - main - math/gap: Attempt to fix for autoconf problems
Message-ID:  <202403041704.424H4Pnw028714@gitrepo.freebsd.org>

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

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

commit 5308e84ce768e98ae44f7b4c952d64804a416af9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-03-04 16:42:54 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-03-04 17:04:22 +0000

    math/gap: Attempt to fix for autoconf problems
    
    Suggested by:   tijl@FreeBSD.org
---
 math/gap/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/gap/Makefile b/math/gap/Makefile
index f13ac5ffda43..b9bdd9d2bada 100644
--- a/math/gap/Makefile
+++ b/math/gap/Makefile
@@ -20,7 +20,7 @@ USES=		gmake libtool localbase perl5 readline shebangfix
 USE_PERL5=	run
 USE_LDCONFIG=	yes
 
-SHEBANG_FILES=	.
+SHEBANG_FILES=	. -not -name '*.ac' -not -name '*.am' -not -name '*.m4'
 
 GNU_CONFIGURE=	yes
 



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