diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-29 07:49:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-29 07:49:27 +0800 |
commit | e12cc6496410887c693fdbe7f9d482855eeb7462 (patch) | |
tree | 79c3c6c3ce823774622c4f8714d4cdcb215ffa40 /editors/le | |
parent | 090cfc6e778ee523f947e670a44fe00b810ef0a8 (diff) | |
download | freebsd-ports-graphics-e12cc6496410887c693fdbe7f9d482855eeb7462.tar.gz freebsd-ports-graphics-e12cc6496410887c693fdbe7f9d482855eeb7462.tar.zst freebsd-ports-graphics-e12cc6496410887c693fdbe7f9d482855eeb7462.zip |
- Update to 1.14.2
PR: 135031
Submitted by: Ports Fury
Diffstat (limited to 'editors/le')
-rw-r--r-- | editors/le/Makefile | 17 | ||||
-rw-r--r-- | editors/le/distinfo | 6 |
2 files changed, 13 insertions, 10 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile index 09152451f51..dbd25009c04 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 790f4ce612a..5a7c9ff6f7a 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 |