mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
editors/pluma: fixed bad shebangs
PR: 258928 Reported by: John Hein
This commit is contained in:
parent
379f6c6076
commit
36492f88fd
1 changed files with 10 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue