View | Details | Raw Unified | Return to bug 135031
Collapse All | Expand All

(-)editors/le/Makefile (-7 / +10 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	le
8
PORTNAME=	le
9
PORTVERSION=	1.14.0
9
PORTVERSION=	1.14.2
10
PORTREVISION=	1
11
CATEGORIES=	editors
10
CATEGORIES=	editors
12
MASTER_SITES=	ftp://ftp.yar.ru/pub/source/le/%SUBDIR%/
11
MASTER_SITES=	ftp://ftp.yar.ru/pub/source/le/%SUBDIR%/
13
MASTER_SITE_SUBDIR=	. old
12
MASTER_SITE_SUBDIR=	. old
Lines 19-44 Link Here
19
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
20
19
21
MAN1=		le.1
20
MAN1=		le.1
22
PORTDOCS=	FEATURES HISTORY NEWS README TODO
21
PORTDOCS=	*
23
PORTDATA=	${MISC_DATA} ${SRC_DATA}
22
PORTDATA=	*
24
PLIST_FILES=	bin/le
23
PLIST_FILES=	bin/le
25
24
26
MISC_DATA=	colors-black colors-blue colors-defbg colors-green \
25
MISC_DATA=	colors-black colors-blue colors-defbg colors-green \
27
		colors-white keymap-emacs mainmenu mainmenu-ru syntax syntax.d
26
		colors-white keymap-emacs mainmenu mainmenu-ru syntax
28
SRC_DATA=	le.hlp
27
SRC_DATA=	le.hlp
29
28
30
do-install:
29
do-install:
31
	cd ${WRKSRC}/src && ${INSTALL_PROGRAM} le ${PREFIX}/bin
30
	cd ${WRKSRC}/src && ${INSTALL_PROGRAM} le ${PREFIX}/bin
32
	cd ${WRKSRC}/doc && ${INSTALL_MAN} le.1 ${MANPREFIX}/man/man1
31
	cd ${WRKSRC}/doc && ${INSTALL_MAN} le.1 ${MANPREFIX}/man/man1
33
.if !defined(NOPORTDATA)
32
.if !defined(NOPORTDATA)
34
	cd ${WRKSRC}/misc && ${MAKE} install
33
	@${MKDIR} ${DATADIR}
34
.for file in ${MISC_DATA}
35
	cd ${WRKSRC}/misc && ${INSTALL_DATA} ${file} ${DATADIR}
36
.endfor
37
	@(cd ${WRKSRC}/misc && ${COPYTREE_SHARE} syntax.d ${DATADIR})
35
.for file in ${SRC_DATA}
38
.for file in ${SRC_DATA}
36
	cd ${WRKSRC}/src && ${INSTALL_DATA} ${file} ${DATADIR}
39
	cd ${WRKSRC}/src && ${INSTALL_DATA} ${file} ${DATADIR}
37
.endfor
40
.endfor
38
.endif
41
.endif
39
.if !defined(NOPORTDOCS)
42
.if !defined(NOPORTDOCS)
40
	@${MKDIR} ${DOCSDIR}
43
	@${MKDIR} ${DOCSDIR}
41
.for file in ${PORTDOCS}
44
.for file in FEATURES HISTORY NEWS README TODO
42
	cd ${WRKSRC} && ${INSTALL_DATA} ${file} ${DOCSDIR}
45
	cd ${WRKSRC} && ${INSTALL_DATA} ${file} ${DOCSDIR}
43
.endfor
46
.endfor
44
.endif
47
.endif
(-)editors/le/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (le-1.14.0.tar.bz2) = 9158e4e7bd1be85ecd3e366ae068517a
1
MD5 (le-1.14.2.tar.bz2) = 61cce7c4068a8f4a2f8c25128122b4ac
2
SHA256 (le-1.14.0.tar.bz2) = cf145d133b95a739fc56e114a3ed28ec11628f274d1ebe57cf72efac4f395cfe
2
SHA256 (le-1.14.2.tar.bz2) = 79bac3de6544635c205229c304c98c3c18b925c2bc804b65027cc2c3b751ad28
3
SIZE (le-1.14.0.tar.bz2) = 410795
3
SIZE (le-1.14.2.tar.bz2) = 430203

Return to bug 135031