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

(-)less/Makefile (-3 / +4 lines)
Lines 8-21 Link Here
8
PORTNAME=	less
8
PORTNAME=	less
9
PORTVERSION=	332
9
PORTVERSION=	332
10
CATEGORIES=	japanese
10
CATEGORIES=	japanese
11
MASTER_SITES=	${MASTER_SITE_GNU} \
11
MASTER_SITES=	http://www.io.com/~kazushi/less/ \
12
		ftp://ftp.big.or.jp/pub/usr2/jam/less/contrib/
12
		http://www.pobox.com/~jam/less/ \
13
		${MASTER_SITE_GNU}
13
MASTER_SITE_SUBDIR=	less
14
MASTER_SITE_SUBDIR=	less
14
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
15
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
15
		regex_cs-lwp9k.shar.gz
16
		regex_cs-lwp9k.shar.gz
16
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
17
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
17
18
18
PATCH_SITES=	ftp://ftp.big.or.jp/pub/usr2/jam/less/
19
PATCH_SITES=	http://www.io.com/~kazushi/less/
19
PATCHFILES=	${DISTNAME}-iso242.patch.gz \
20
PATCHFILES=	${DISTNAME}-iso242.patch.gz \
20
		${DISTNAME}-iso242-243.patch.gz \
21
		${DISTNAME}-iso242-243.patch.gz \
21
		${DISTNAME}-iso243-244.patch.gz \
22
		${DISTNAME}-iso243-244.patch.gz \
(-)less/pkg/DESCR (-1 / +1 lines)
Lines 7-11 Link Here
7
  This enhanced less support ISO 2022 code extension techniqes and
7
  This enhanced less support ISO 2022 code extension techniqes and
8
Japanese codes(EUC Japanese, SJIS) and compressed(or gzipped) file
8
Japanese codes(EUC Japanese, SJIS) and compressed(or gzipped) file
9
viewing. The author of this patch is jam@pobox.com. See 
9
viewing. The author of this patch is jam@pobox.com. See 
10
    http://www.pobox.com/~jam/less/
10
WWW: http://www.pobox.com/~jam/less/
11
for the latest info.
11
for the latest info.

Return to bug 22230