ports/devel/geany-plugin-lua/Makefile
Guido Falsi 734de70031 - Add USES=shebangfix where required in geany and geany-plugin-*
ports. This fixes build issues reported by users [1]
- Only bump PORTREVISION for geany-plugin-geanypy since the file
  modified in it by shebangfix is actually installed with the pkg

PR:		237862 [1]
Submitted by:	Christopher <inbox@alleghenycomputer.com>
MFH:		2019Q2
2019-05-13 09:04:20 +00:00

17 lines
381 B
Makefile

# $FreeBSD$
PORTNAME= geany-plugin-lua
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
USES= lua:51 shebangfix
SHEBANG_FILES= geanylua/util/mkiface.lua \
geanylua/util/mk-keytab.lua \
geanylua/util/keywords.lua
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>