editors/pluma: fixed bad shebangs

PR:		258928
Reported by:	John Hein
This commit is contained in:
Eric Turgeon 2021-10-14 07:53:10 -03:00
parent 379f6c6076
commit 36492f88fd

View file

@ -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 \