summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/utf8locale/Makefile9
-rw-r--r--misc/utf8locale/distinfo2
-rw-r--r--misc/utf8locale/pkg-message5
3 files changed, 11 insertions, 5 deletions
diff --git a/misc/utf8locale/Makefile b/misc/utf8locale/Makefile
index 09620f1d22f2..be1846fad5ac 100644
--- a/misc/utf8locale/Makefile
+++ b/misc/utf8locale/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= utf8locale
-PORTVERSION= 1.5
+PORTVERSION= 031118
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.freebsd.org/~perky/distfiles/
@@ -19,9 +19,9 @@ USE_REINPLACE= yes
LANGS= af_ZA bg_BG ca_ES cs_CZ da_DK de_AT de_CH de_DE el_GR en_AU \
en_CA en_GB en_NZ en_US es_ES et_EE fi_FI fr_BE fr_CA fr_CH \
- fr_FR hr_HR hu_HU is_IS it_CH it_IT ja_JP ko_KR lt_LT nl_BE \
- nl_NL no_NO pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sl_SI sr_YU \
- sv_SE tr_TR uk_UA zh_CN zh_TW
+ fr_FR hr_HR hu_HU hy_AM is_IS it_CH it_IT ja_JP ko_KR lt_LT \
+ nl_BE nl_NL no_NO pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sl_SI \
+ sr_YU sv_SE tr_TR uk_UA zh_CN zh_TW
BASELOCALEDIR= ${DESTDIR}/usr/share/locale
PLIST_SUB= BASELOCALEDIR=${BASELOCALEDIR} \
LANGS="${LANGS}"
@@ -58,5 +58,6 @@ post-install:
-${LN} -sf ${PREFIX}/share/locale/${lang}.UTF-8 \
${BASELOCALEDIR}/${lang}.UTF-8
.endfor
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/misc/utf8locale/distinfo b/misc/utf8locale/distinfo
index 16fcb2d85d24..1749247fc775 100644
--- a/misc/utf8locale/distinfo
+++ b/misc/utf8locale/distinfo
@@ -1 +1 @@
-MD5 (utf8locale-1.5.tar.gz) = f248596de075fa50ed803c2cc7c05dd0
+MD5 (utf8locale-031118.tar.gz) = 44ccf749e837e9a86adfe24dbfebeb51
diff --git a/misc/utf8locale/pkg-message b/misc/utf8locale/pkg-message
new file mode 100644
index 000000000000..e2f157d9fb78
--- /dev/null
+++ b/misc/utf8locale/pkg-message
@@ -0,0 +1,5 @@
+==
+Because FreeBSD's installworld target cleans all locale
+stuffs up, you'll need to reinstall the port after every
+installworld operations.
+==