git: 5308e84ce768 - main - math/gap: Attempt to fix for autoconf problems

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 04 Mar 2024 17:04:25 UTC
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