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

(-)editors/le/Makefile (-2 / +2 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	le
9
PORTNAME=	le
10
PORTVERSION=	1.6.1
10
PORTVERSION=	1.6.3
11
CATEGORIES=	editors
11
CATEGORIES=	editors
12
MASTER_SITES=	ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
12
MASTER_SITES=	ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
13
13
Lines 21-27 Link Here
21
.if !defined(NOPORTDOCS)
21
.if !defined(NOPORTDOCS)
22
	@${MKDIR} ${PREFIX}/share/doc/le
22
	@${MKDIR} ${PREFIX}/share/doc/le
23
.for file in FEATURES HISTORY NEWS README TODO
23
.for file in FEATURES HISTORY NEWS README TODO
24
	@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le
24
	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le
25
.endfor
25
.endfor
26
.endif
26
.endif
27
27
(-)editors/le/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (le-1.6.1.tar.bz2) = 8d14734f450c3a84ef3bb3ddee8de7f6
1
MD5 (le-1.6.3.tar.bz2) = d3ee5d046edb730150f38dd2bb39bbb1
(-)editors/le/pkg-plist (-6 / +6 lines)
Lines 1-10 Link Here
1
@comment $FreeBSD: ports/editors/le/pkg-plist,v 1.7 2000/12/29 15:50:39 kevlo Exp $
1
@comment $FreeBSD: ports/editors/le/pkg-plist,v 1.7 2000/12/29 15:50:39 kevlo Exp $
2
bin/le
2
bin/le
3
share/doc/le/FEATURES
3
%%PORTDOCS%%share/doc/le/FEATURES
4
share/doc/le/HISTORY
4
%%PORTDOCS%%share/doc/le/HISTORY
5
share/doc/le/NEWS
5
%%PORTDOCS%%share/doc/le/NEWS
6
share/doc/le/README
6
%%PORTDOCS%%share/doc/le/README
7
share/doc/le/TODO
7
%%PORTDOCS%%share/doc/le/TODO
8
share/le/colors-black
8
share/le/colors-black
9
share/le/colors-blue
9
share/le/colors-blue
10
share/le/colors-defbg
10
share/le/colors-defbg
Lines 14-17 Link Here
14
share/le/mainmenu
14
share/le/mainmenu
15
share/le/syntax
15
share/le/syntax
16
@dirrm share/le
16
@dirrm share/le
17
@dirrm share/doc/le
17
%%PORTDOCS%%@dirrm share/doc/le

Return to bug 25076