diff options
Diffstat (limited to 'devel/geany-plugin-addons/Makefile')
-rw-r--r-- | devel/geany-plugin-addons/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/geany-plugin-addons/Makefile b/devel/geany-plugin-addons/Makefile index 45145fb7566c..3a10d1ccbc91 100644 --- a/devel/geany-plugin-addons/Makefile +++ b/devel/geany-plugin-addons/Makefile @@ -1,13 +1,11 @@ # $FreeBSD$ -PORTNAME= geany-plugin +PORTNAME= geany-plugin-addons PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} -GEANY_PLUGIN= addons - .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include <bsd.port.mk> |