diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-21 14:43:24 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-21 14:43:24 +0000 |
commit | 644aa2a709df1ebd5f141f8e4b28bb1efac1b304 (patch) | |
tree | 6835cf63cce00bf06d7c224b174cf4b2ee140939 /devel/geany-plugin-xmlsnippets | |
parent | ecd489ff2ae56355358396ff7131711ce603007c (diff) | |
download | ports-644aa2a709df1ebd5f141f8e4b28bb1efac1b304.tar.gz ports-644aa2a709df1ebd5f141f8e4b28bb1efac1b304.zip |
Notes
Diffstat (limited to 'devel/geany-plugin-xmlsnippets')
-rw-r--r-- | devel/geany-plugin-xmlsnippets/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/geany-plugin-xmlsnippets/Makefile b/devel/geany-plugin-xmlsnippets/Makefile index 1b8f1dce3e76..d87cdfb61cfe 100644 --- a/devel/geany-plugin-xmlsnippets/Makefile +++ b/devel/geany-plugin-xmlsnippets/Makefile @@ -1,13 +1,11 @@ # $FreeBSD$ -PORTNAME= geany-plugin +PORTNAME= geany-plugin-xmlsnippets PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} -GEANY_PLUGIN= xmlsnippets - .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include <bsd.port.mk> |