aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-05-29 21:13:37 +0800
committerclsung <clsung@FreeBSD.org>2006-05-29 21:13:37 +0800
commit22663702c5df38c553037e859d57e13a02c62893 (patch)
treee717e19b0e58a981e2f3453634d05ffdefe9ea6c /misc
parent1f53bd1e98a57018bef4dcbf100191600b08b60f (diff)
downloadfreebsd-ports-graphics-22663702c5df38c553037e859d57e13a02c62893.tar.gz
freebsd-ports-graphics-22663702c5df38c553037e859d57e13a02c62893.tar.zst
freebsd-ports-graphics-22663702c5df38c553037e859d57e13a02c62893.zip
- Take maintainership
- Pet portlint PR: ports/97964 Submitted by: maintainer (Rene Ladan)
Diffstat (limited to 'misc')
-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 f73f24665e9..0be85bf46fc 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 41f59f287e7..331e8296bd9 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