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-latex | |
parent | ecd489ff2ae56355358396ff7131711ce603007c (diff) |
Notes
Diffstat (limited to 'devel/geany-plugin-latex')
-rw-r--r-- | devel/geany-plugin-latex/Makefile | 5 | ||||
-rw-r--r-- | devel/geany-plugin-latex/pkg-plist | 30 |
2 files changed, 16 insertions, 19 deletions
diff --git a/devel/geany-plugin-latex/Makefile b/devel/geany-plugin-latex/Makefile index 2092d50e6f68..b7170d1c2f68 100644 --- a/devel/geany-plugin-latex/Makefile +++ b/devel/geany-plugin-latex/Makefile @@ -1,14 +1,11 @@ # $FreeBSD$ -PORTNAME= geany-plugin +PORTNAME= geany-plugin-latex PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} -GEANY_PLUGIN= latex -GEANY_PLUGIN_DIR= geanylatex - .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include <bsd.port.mk> diff --git a/devel/geany-plugin-latex/pkg-plist b/devel/geany-plugin-latex/pkg-plist index e7df97c10071..8dfe24e7bb5c 100644 --- a/devel/geany-plugin-latex/pkg-plist +++ b/devel/geany-plugin-latex/pkg-plist @@ -1,25 +1,25 @@ lib/geany/geanylatex.a lib/geany/geanylatex.la lib/geany/geanylatex.so -%%DOCSDIR%%/bibtex_reference.png -%%DOCSDIR%%/geanylatex.css -%%DOCSDIR%%/geanylatex.html -%%DOCSDIR%%/geanylatex.pdf -%%DOCSDIR%%/geanylatex.tex %%DOCSDIR%%/geanylatex/AUTHORS %%DOCSDIR%%/geanylatex/COPYING %%DOCSDIR%%/geanylatex/ChangeLog %%DOCSDIR%%/geanylatex/NEWS %%DOCSDIR%%/geanylatex/README -%%DOCSDIR%%/geanylatex2.html -%%DOCSDIR%%/geanylatex3.html -%%DOCSDIR%%/geanylatex4.html -%%DOCSDIR%%/insert_environment.png -%%DOCSDIR%%/insert_label.png -%%DOCSDIR%%/insert_reference.png -%%DOCSDIR%%/insert_usepackage.png -%%DOCSDIR%%/latexwizard.png -%%DOCSDIR%%/plugin_manager.png -%%DOCSDIR%%/toolbar.png +%%DOCSDIR%%/geanylatex/bibtex_reference.png +%%DOCSDIR%%/geanylatex/geanylatex.css +%%DOCSDIR%%/geanylatex/geanylatex.html +%%DOCSDIR%%/geanylatex/geanylatex.pdf +%%DOCSDIR%%/geanylatex/geanylatex.tex +%%DOCSDIR%%/geanylatex/geanylatex2.html +%%DOCSDIR%%/geanylatex/geanylatex3.html +%%DOCSDIR%%/geanylatex/geanylatex4.html +%%DOCSDIR%%/geanylatex/insert_environment.png +%%DOCSDIR%%/geanylatex/insert_label.png +%%DOCSDIR%%/geanylatex/insert_reference.png +%%DOCSDIR%%/geanylatex/insert_usepackage.png +%%DOCSDIR%%/geanylatex/latexwizard.png +%%DOCSDIR%%/geanylatex/plugin_manager.png +%%DOCSDIR%%/geanylatex/toolbar.png @dirrm %%DOCSDIR%%/geanylatex @dirrmtry %%DOCSDIR%% |