aboutsummaryrefslogtreecommitdiffstats
path: root/editors/scite/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-12-05 22:27:35 +0800
committerkrion <krion@FreeBSD.org>2003-12-05 22:27:35 +0800
commit22592b5c7226bcc50191295109c9b542f39e4db7 (patch)
tree28f2d352610afa669315a96f790be6308df7fd6f /editors/scite/Makefile
parent9d5f7213f5e94b94109861e17db47fd1ead18670 (diff)
downloadfreebsd-ports-graphics-22592b5c7226bcc50191295109c9b542f39e4db7.tar.gz
freebsd-ports-graphics-22592b5c7226bcc50191295109c9b542f39e4db7.tar.zst
freebsd-ports-graphics-22592b5c7226bcc50191295109c9b542f39e4db7.zip
- Update to version 1.57
PR: 59844 Submitted by: Ports Fury
Diffstat (limited to 'editors/scite/Makefile')
-rw-r--r--editors/scite/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index 60cf40a5162..59a51eb0683 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>