diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-07 23:11:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-07 23:11:25 +0000 |
commit | 6db84d2802a9822fb99648c9c3aaaca4be52f04b (patch) | |
tree | ab870ad8e19da127b7a2bf7f88713ac4e7bd667c /sysutils/isomaster/Makefile | |
parent | fdca75fe1cc8feef54b505b929ba25a3e35bd017 (diff) | |
download | ports-6db84d2802a9822fb99648c9c3aaaca4be52f04b.tar.gz ports-6db84d2802a9822fb99648c9c3aaaca4be52f04b.zip |
Notes
Diffstat (limited to 'sysutils/isomaster/Makefile')
-rw-r--r-- | sysutils/isomaster/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/isomaster/Makefile b/sysutils/isomaster/Makefile index 2d6d82d0226d..77bc311ce94f 100644 --- a/sysutils/isomaster/Makefile +++ b/sysutils/isomaster/Makefile @@ -6,7 +6,7 @@ # PORTNAME= isomaster -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= sysutils MASTER_SITES= http://littlesvr.ca/isomaster/releases/ @@ -40,7 +40,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/icons/${i} ${DATADIR}/icons .endfor .if !defined(WITHOUT_NLS) -.for i in bg ca cs de el es fi fo fr he hr hu id it nb nl nn pl pt ro ru sk sq sr sl sr@latin sr@Latn sv tr uk zh_CN zh_TW +.for i in ar be@latin bg ca cs da de el es et fi fo fr he hr hu id it nb nl nn pl pt pt_BR ro ru sk sl sq sr sr@Latn sr@latin sv tr uk zh_CN zh_TW test -d ${PREFIX}/share/locale/${i} || ${MKDIR} ${PREFIX}/share/locale/${i} test -d ${PREFIX}/share/locale/${i}/LC_MESSAGES || ${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/po/${i}.mo ${PREFIX}/share/locale/${i}/LC_MESSAGES/isomaster.mo |