mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
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
17 lines
381 B
Makefile
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>
|