summaryrefslogtreecommitdiff
path: root/misc/iso-codes
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-04-12 16:06:42 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-04-12 16:06:42 +0000
commit76e33afbcb6c5b2cd8575e098fab5677b6a202a9 (patch)
treea91cfd260b51e3d8c172c17e2c7987cf8f41d840 /misc/iso-codes
parentUpdate to 2.10.1. (diff)
Update to 0.46.
Correct a few for loops in the do-install target.
Notes
Notes: svn path=/head/; revision=133154
Diffstat (limited to 'misc/iso-codes')
-rw-r--r--misc/iso-codes/Makefile12
-rw-r--r--misc/iso-codes/distinfo4
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile
index 1f81e72484ba..ad7c97d77d91 100644
--- a/misc/iso-codes/Makefile
+++ b/misc/iso-codes/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= codes
-PORTVERSION= 0.45
+PORTVERSION= 0.46
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/i/${PKGNAMEPREFIX}${PORTNAME}
@@ -74,14 +74,14 @@ post-patch:
${WRKSRC}/iso_639/Makefile.in
do-install:
-.for cat in ${CATALOGS_iso639}
- @${MKDIR} ${PREFIX}/share/locale/${cat:S|.mo||}/LC_MESSAGES
+.for catalog in ${CATALOGS_iso639}
+ @${MKDIR} ${PREFIX}/share/locale/${catalog:S|.mo||}/LC_MESSAGES
@${INSTALL_SCRIPT} \
- ${WRKSRC}/iso_639/${cat} \
- ${PREFIX}/share/locale/${cat:S|.mo||}/LC_MESSAGES/iso_639.mo
+ ${WRKSRC}/iso_639/${catalog} \
+ ${PREFIX}/share/locale/${catalog:S|.mo||}/LC_MESSAGES/iso_639.mo
.endfor
.for catalog in ${CATALOGS_iso3166}
- @${MKDIR} ${PREFIX}/share/locale/${cat:S|.mo||}/LC_MESSAGES
+ @${MKDIR} ${PREFIX}/share/locale/${catalog:S|.mo||}/LC_MESSAGES
@${INSTALL_SCRIPT} \
${WRKSRC}/iso_3166/${catalog} \
${PREFIX}/share/locale/${catalog:S|.mo||}/LC_MESSAGES/iso_3166.mo
diff --git a/misc/iso-codes/distinfo b/misc/iso-codes/distinfo
index 089c4ed47404..3f0cf7dd16c9 100644
--- a/misc/iso-codes/distinfo
+++ b/misc/iso-codes/distinfo
@@ -1,2 +1,2 @@
-MD5 (iso-codes_0.45.orig.tar.gz) = d765902171f395466f91472bb1e421da
-SIZE (iso-codes_0.45.orig.tar.gz) = 3628269
+MD5 (iso-codes_0.46.orig.tar.gz) = bd84ecbff8a07b067dc344bf870a6fba
+SIZE (iso-codes_0.46.orig.tar.gz) = 3680042