aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-spellcheck
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-03-21 14:43:24 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-03-21 14:43:24 +0000
commit644aa2a709df1ebd5f141f8e4b28bb1efac1b304 (patch)
tree6835cf63cce00bf06d7c224b174cf4b2ee140939 /devel/geany-plugin-spellcheck
parentecd489ff2ae56355358396ff7131711ce603007c (diff)
downloadports-644aa2a709df1ebd5f141f8e4b28bb1efac1b304.tar.gz
ports-644aa2a709df1ebd5f141f8e4b28bb1efac1b304.zip
Notes
Diffstat (limited to 'devel/geany-plugin-spellcheck')
-rw-r--r--devel/geany-plugin-spellcheck/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/geany-plugin-spellcheck/Makefile b/devel/geany-plugin-spellcheck/Makefile
index 5e336dd56e18..b681eeef63ca 100644
--- a/devel/geany-plugin-spellcheck/Makefile
+++ b/devel/geany-plugin-spellcheck/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTNAME= geany-plugin
+PORTNAME= geany-plugin-spellcheck
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
@@ -9,7 +9,5 @@ COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant
-GEANY_PLUGIN= spellcheck
-
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>