aboutsummaryrefslogtreecommitdiff
path: root/misc/localedata
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-05-29 13:13:37 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-05-29 13:13:37 +0000
commitd4e5467a25ccae2d3fef5beef5ce4cbe5b787da5 (patch)
tree87782502b08d0711d5f62b9486fac90e8ed1ad5d /misc/localedata
parentb7f8cd48db347b0743e3dd17fdbb226174004263 (diff)
downloadports-d4e5467a25ccae2d3fef5beef5ce4cbe5b787da5.tar.gz
ports-d4e5467a25ccae2d3fef5beef5ce4cbe5b787da5.zip
- Take maintainership
- Pet portlint PR: ports/97964 Submitted by: maintainer (Rene Ladan)
Notes
Notes: svn path=/head/; revision=163836
Diffstat (limited to 'misc/localedata')
-rw-r--r--misc/localedata/Makefile2
-rw-r--r--misc/localedata/pkg-install4
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/localedata/Makefile b/misc/localedata/Makefile
index f73f24665e90..0be85bf46fc5 100644
--- a/misc/localedata/Makefile
+++ b/misc/localedata/Makefile
@@ -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
diff --git a/misc/localedata/pkg-install b/misc/localedata/pkg-install
index 41f59f287e74..331e8296bd96 100644
--- a/misc/localedata/pkg-install
+++ b/misc/localedata/pkg-install
@@ -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