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

(-)/usr/home/rene/ports/localedata/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
MASTER_SITES=	${MASTER_SITE_LOCAL}
11
MASTER_SITES=	${MASTER_SITE_LOCAL}
12
MASTER_SITE_SUBDIR=	sf
12
MASTER_SITE_SUBDIR=	sf
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	r.c.ladan@gmail.com
15
COMMENT=	Legacy locale data for FreeBSD 6+
15
COMMENT=	Legacy locale data for FreeBSD 6+
16
16
17
USE_BZIP2=	yes
17
USE_BZIP2=	yes
(-)/usr/home/rene/ports/localedata/pkg-install (-2 / +2 lines)
Lines 6-12 Link Here
6
cd ${TARGET_DIR}
6
cd ${TARGET_DIR}
7
7
8
while read dir; do
8
while read dir; do
9
	/bin/mkdir $dir
9
	${MKDIR} $dir
10
done << EOF
10
done << EOF
11
af_ZA.ISO8859-15
11
af_ZA.ISO8859-15
12
af_ZA.UTF-8
12
af_ZA.UTF-8
Lines 49-55 Link Here
49
EOF
49
EOF
50
50
51
while read src dest; do
51
while read src dest; do
52
	/bin/ln -s $src $dest
52
	${LN} -s $src $dest
53
done << EOF
53
done << EOF
54
../UTF-8/LC_CTYPE af_ZA.UTF-8/LC_CTYPE
54
../UTF-8/LC_CTYPE af_ZA.UTF-8/LC_CTYPE
55
../UTF-8/LC_CTYPE be_BY.UTF-8/LC_CTYPE
55
../UTF-8/LC_CTYPE be_BY.UTF-8/LC_CTYPE

Return to bug 97964