diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-05 14:27:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-05 14:27:35 +0000 |
commit | 348cb553a5da21c2955f0f2ee643ae422eecc10b (patch) | |
tree | 6f5ac277f9c51eef28c8bea30f18475939b6d40b /editors/scite/Makefile | |
parent | 01b0f639dfc6b15c334ea66e80cd9c64361a7968 (diff) |
- Update to version 1.57
PR: 59844
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=95131
Diffstat (limited to 'editors/scite/Makefile')
-rw-r--r-- | editors/scite/Makefile | 11 |
1 files changed, 4 insertions, 7 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> |