- Take maintainership

- Pet portlint

PR:		ports/97964
Submitted by:	maintainer (Rene Ladan)
This commit is contained in:
Cheng-Lung Sung 2006-05-29 13:13:37 +00:00
parent b7f8cd48db
commit d4e5467a25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163836
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= sf
MAINTAINER= ports@FreeBSD.org
MAINTAINER= r.c.ladan@gmail.com
COMMENT= Legacy locale data for FreeBSD 6+
USE_BZIP2= yes

View file

@ -6,7 +6,7 @@ TARGET_DIR=${PKG_PREFIX}/share/compat/locale
cd ${TARGET_DIR}
while read dir; do
/bin/mkdir $dir
${MKDIR} $dir
done << EOF
af_ZA.ISO8859-15
af_ZA.UTF-8
@ -49,7 +49,7 @@ pt_PT.ISO8859-15
EOF
while read src dest; do
/bin/ln -s $src $dest
${LN} -s $src $dest
done << EOF
../UTF-8/LC_CTYPE af_ZA.UTF-8/LC_CTYPE
../UTF-8/LC_CTYPE be_BY.UTF-8/LC_CTYPE