summaryrefslogtreecommitdiff
path: root/www/bins/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2003-07-21 12:41:13 +0000
committermartti <martti@pkgsrc.org>2003-07-21 12:41:13 +0000
commit9e0e38f0ab0e05fbbafafcf2f57731ecc3094572 (patch)
treea950e666cc07d434fdf3bc2a94ef97f8bf29ab4e /www/bins/Makefile
parent0b5a9c671707edc0e9a33b483ac44c26193608b5 (diff)
downloadpkgsrc-9e0e38f0ab0e05fbbafafcf2f57731ecc3094572.tar.gz
Updated bins to 1.1.22
- Perl 5.8 UTF-8 file writting problem has been corrected. - htmldefaults option of HTML::Clean has been removed, because it breaks UTF-8 strings in Perl 5.8. - added satyap style templates from Satya. - added Dutch translation (nl).
Diffstat (limited to 'www/bins/Makefile')
-rw-r--r--www/bins/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile
index c7f70d5df3c..971e255f6bb 100644
--- a/www/bins/Makefile
+++ b/www/bins/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2003/07/17 22:55:30 grant Exp $
+# $NetBSD: Makefile,v 1.20 2003/07/21 12:41:13 martti Exp $
#
-DISTNAME= bins-1.1.21
-PKGREVISION= 1
+DISTNAME= bins-1.1.22
CATEGORIES= www graphics
MASTER_SITES= http://jsautret.free.fr/BINS/
EXTRACT_SUFX= .tar.bz2
@@ -61,7 +60,7 @@ do-install:
${PREFIX}/share/examples/bins/templates.joi/static
${INSTALL_DATA} ${WRKSRC}/binsrc \
${PREFIX}/share/examples/bins
- for lang in fr de pl it ru es zh; do \
+ for lang in es de fr it nl pl ru zh; do \
${INSTALL_DATA} ${WRKSRC}/intl/$$lang.mo \
${PREFIX}/${PKGLOCALEDIR}/locale/$$lang/LC_MESSAGES/bins.mo; \
done