summaryrefslogtreecommitdiff
path: root/editors/scite
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-05 14:27:35 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-05 14:27:35 +0000
commit348cb553a5da21c2955f0f2ee643ae422eecc10b (patch)
tree6f5ac277f9c51eef28c8bea30f18475939b6d40b /editors/scite
parent- Update to 1.24 (diff)
- Update to version 1.57
PR: 59844 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=95131
Diffstat (limited to 'editors/scite')
-rw-r--r--editors/scite/Makefile11
-rw-r--r--editors/scite/distinfo2
-rw-r--r--editors/scite/pkg-plist32
3 files changed, 21 insertions, 24 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index 60cf40a51628..59a51eb06836 100644
--- a/editors/scite/Makefile
+++ b/editors/scite/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= scite
-PORTVERSION= 1.56
+PORTVERSION= 1.57
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.scintilla.org/
@@ -54,12 +54,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/SciTE.desktop ${PREFIX}/share/gnome/applications
${INSTALL_DATA} ${WRKSRC}/Sci48M.png ${PREFIX}/share/gnome/pixmaps
@${MKDIR} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/../doc/*.jpg ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/../doc/*.png ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/../src/*.properties ${DATADIR}
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/../doc/*.jpg ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/../doc/*.png ${DOCSDIR}
-.endif
.include <bsd.port.mk>
diff --git a/editors/scite/distinfo b/editors/scite/distinfo
index de4e0614f320..3dcd2e4dbe9b 100644
--- a/editors/scite/distinfo
+++ b/editors/scite/distinfo
@@ -1 +1 @@
-MD5 (scite156.tgz) = 83a4d56bc06f168107127d3717399295
+MD5 (scite157.tgz) = d8d18de553555437791996daed9ff7ec
diff --git a/editors/scite/pkg-plist b/editors/scite/pkg-plist
index 9ed0907146fa..26006b145f3b 100644
--- a/editors/scite/pkg-plist
+++ b/editors/scite/pkg-plist
@@ -1,24 +1,23 @@
bin/SciTE
-%%PORTDOCS%%%%DOCSDIR%%/PrintHi.png
-%%PORTDOCS%%%%DOCSDIR%%/SciBreak2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/SciTE.html
-%%PORTDOCS%%%%DOCSDIR%%/SciTEDirector.html
-%%PORTDOCS%%%%DOCSDIR%%/SciTEDoc.html
-%%PORTDOCS%%%%DOCSDIR%%/SciTEDownload.html
-%%PORTDOCS%%%%DOCSDIR%%/SciTEExtension.html
-%%PORTDOCS%%%%DOCSDIR%%/SciTEExtras.html
-%%PORTDOCS%%%%DOCSDIR%%/SciTEIco.png
-%%PORTDOCS%%%%DOCSDIR%%/SciTEImage.html
-%%PORTDOCS%%%%DOCSDIR%%/SciTELexer.html
-%%PORTDOCS%%%%DOCSDIR%%/SciTERegEx.html
-%%PORTDOCS%%%%DOCSDIR%%/SciTETranslation.html
-%%PORTDOCS%%%%DOCSDIR%%/SciTEWord.jpg
-%%PORTDOCS%%%%DOCSDIR%%/demo.png
share/gnome/applications/SciTE.desktop
share/gnome/pixmaps/Sci48M.png
%%DATADIR%%/Embedded.properties
+%%DATADIR%%/PrintHi.png
+%%DATADIR%%/SciBreak2.jpg
+%%DATADIR%%/SciTE.html
%%DATADIR%%/SciTE.properties
+%%DATADIR%%/SciTEDirector.html
+%%DATADIR%%/SciTEDoc.html
+%%DATADIR%%/SciTEDownload.html
+%%DATADIR%%/SciTEExtension.html
+%%DATADIR%%/SciTEExtras.html
%%DATADIR%%/SciTEGlobal.properties
+%%DATADIR%%/SciTEIco.png
+%%DATADIR%%/SciTEImage.html
+%%DATADIR%%/SciTELexer.html
+%%DATADIR%%/SciTERegEx.html
+%%DATADIR%%/SciTETranslation.html
+%%DATADIR%%/SciTEWord.jpg
%%DATADIR%%/abbrev.properties
%%DATADIR%%/ada.properties
%%DATADIR%%/asm.properties
@@ -28,7 +27,9 @@ share/gnome/pixmaps/Sci48M.png
%%DATADIR%%/conf.properties
%%DATADIR%%/cpp.properties
%%DATADIR%%/css.properties
+%%DATADIR%%/demo.png
%%DATADIR%%/eiffel.properties
+%%DATADIR%%/erlang.properties
%%DATADIR%%/escript.properties
%%DATADIR%%/forth.properties
%%DATADIR%%/fortran.properties
@@ -57,4 +58,3 @@ share/gnome/pixmaps/Sci48M.png
%%DATADIR%%/vb.properties
%%DATADIR%%/yaml.properties
@dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%