diff --git a/editors/le/Makefile b/editors/le/Makefile index 09152451f519..dbd25009c043 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -6,8 +6,7 @@ # PORTNAME= le -PORTVERSION= 1.14.0 -PORTREVISION= 1 +PORTVERSION= 1.14.2 CATEGORIES= editors MASTER_SITES= ftp://ftp.yar.ru/pub/source/le/%SUBDIR%/ MASTER_SITE_SUBDIR= . old @@ -19,26 +18,30 @@ USE_BZIP2= yes GNU_CONFIGURE= yes MAN1= le.1 -PORTDOCS= FEATURES HISTORY NEWS README TODO -PORTDATA= ${MISC_DATA} ${SRC_DATA} +PORTDOCS= * +PORTDATA= * PLIST_FILES= bin/le MISC_DATA= colors-black colors-blue colors-defbg colors-green \ - colors-white keymap-emacs mainmenu mainmenu-ru syntax syntax.d + colors-white keymap-emacs mainmenu mainmenu-ru syntax SRC_DATA= le.hlp do-install: cd ${WRKSRC}/src && ${INSTALL_PROGRAM} le ${PREFIX}/bin cd ${WRKSRC}/doc && ${INSTALL_MAN} le.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDATA) - cd ${WRKSRC}/misc && ${MAKE} install + @${MKDIR} ${DATADIR} +.for file in ${MISC_DATA} + cd ${WRKSRC}/misc && ${INSTALL_DATA} ${file} ${DATADIR} +.endfor + @(cd ${WRKSRC}/misc && ${COPYTREE_SHARE} syntax.d ${DATADIR}) .for file in ${SRC_DATA} cd ${WRKSRC}/src && ${INSTALL_DATA} ${file} ${DATADIR} .endfor .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} +.for file in FEATURES HISTORY NEWS README TODO cd ${WRKSRC} && ${INSTALL_DATA} ${file} ${DOCSDIR} .endfor .endif diff --git a/editors/le/distinfo b/editors/le/distinfo index 790f4ce612ad..5a7c9ff6f7a3 100644 --- a/editors/le/distinfo +++ b/editors/le/distinfo @@ -1,3 +1,3 @@ -MD5 (le-1.14.0.tar.bz2) = 9158e4e7bd1be85ecd3e366ae068517a -SHA256 (le-1.14.0.tar.bz2) = cf145d133b95a739fc56e114a3ed28ec11628f274d1ebe57cf72efac4f395cfe -SIZE (le-1.14.0.tar.bz2) = 410795 +MD5 (le-1.14.2.tar.bz2) = 61cce7c4068a8f4a2f8c25128122b4ac +SHA256 (le-1.14.2.tar.bz2) = 79bac3de6544635c205229c304c98c3c18b925c2bc804b65027cc2c3b751ad28 +SIZE (le-1.14.2.tar.bz2) = 430203