git: 36492f88fdaf - main - editors/pluma: fixed bad shebangs

From: Eric Turgeon <ericbsd_at_FreeBSD.org>
Date: Thu, 14 Oct 2021 10:58:03 UTC
The branch main has been updated by ericbsd:

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

commit 36492f88fdaf6ca6fc83eb6ba8c32f4826497eaf
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2021-10-14 10:53:10 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2021-10-14 10:58:01 +0000

    editors/pluma: fixed bad shebangs
    
    PR:             258928
    Reported by:    John Hein
---
 editors/pluma/Makefile | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile
index abfdd525611e..3d13e85021d6 100644
--- a/editors/pluma/Makefile
+++ b/editors/pluma/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	pluma
 PORTVERSION=	1.26.0
+PORTREVISION=	1
 CATEGORIES=	editors mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
@@ -29,8 +30,16 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
-SHEBANG_FILES=	${WRKSRC}/plugins/externaltools/data/search-recursive.tool.in \
+SHEBANG_FILES=	\
+		${WRKSRC}/data/pluma-bugreport.sh.in \
+		${WRKSRC}/plugins/externaltools/data/build.tool.in \
+		${WRKSRC}/plugins/externaltools/data/open-terminal-here.tool.in \
+		${WRKSRC}/plugins/externaltools/data/remove-trailing-spaces.tool.in \
+		${WRKSRC}/plugins/externaltools/data/run-command.tool.in \
+		${WRKSRC}/plugins/externaltools/data/search-recursive.tool.in \
 		${WRKSRC}/plugins/externaltools/data/switch-c.tool.in
+SHEBANG_LANG=	sh
+sh_CMD=		/bin/sh
 
 GLIB_SCHEMAS=	org.mate.pluma.gschema.xml \
 		org.mate.pluma.plugins.filebrowser.gschema.xml \