summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortnn <tnn>2010-04-23 14:48:35 +0000
committertnn <tnn>2010-04-23 14:48:35 +0000
commit6f4725b3ee11e986a10b0389652bae55e93e67ff (patch)
tree80968f720c73632e18af06d9bd84a49999391700 /www
parentf6da17c484e5f71984650ee31d881b199390e034 (diff)
downloadpkgsrc-6f4725b3ee11e986a10b0389652bae55e93e67ff.tar.gz
PR pkg/43198: netbsd-4 build fix.
From Robert Elz
Diffstat (limited to 'www')
-rw-r--r--www/seamonkey-l10n/MESSAGE4
-rw-r--r--www/seamonkey-l10n/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/seamonkey-l10n/MESSAGE b/www/seamonkey-l10n/MESSAGE
index 218a10f33aa..627b759dae7 100644
--- a/www/seamonkey-l10n/MESSAGE
+++ b/www/seamonkey-l10n/MESSAGE
@@ -1,8 +1,8 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2010/04/22 16:58:23 tnn Exp $
+$NetBSD: MESSAGE,v 1.2 2010/04/23 14:48:35 tnn Exp $
To change the language in Seamonkey, navigate to about:config and edit
the general.useragent.locale property.
Alternatively you can install the "Quick Locale Switcher" addon from:
-ttps://addons.mozilla.org/en-US/seamonkey/addon/1333 .
+http://addons.mozilla.org/en-US/seamonkey/addon/1333 .
===========================================================================
diff --git a/www/seamonkey-l10n/Makefile b/www/seamonkey-l10n/Makefile
index e2c827d3d05..5b52465a220 100644
--- a/www/seamonkey-l10n/Makefile
+++ b/www/seamonkey-l10n/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/04/22 16:58:23 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2010/04/23 14:48:35 tnn Exp $
#
SM_VER= 2.0.4
@@ -23,7 +23,7 @@ SM_LOCALES= be ca cs de es-AR es-ES fr gl hu it \
tr
EXTENSIONS_DIR= ${PREFIX}/lib/seamonkey/extensions
-XPI_FILES= ${SM_LOCALES:C/^/seamonkey-${SM_VER}./:C/$$/.langpack.xpi/}
+XPI_FILES= ${SM_LOCALES:C/.*/seamonkey-${SM_VER}.&.langpack.xpi/}
.include "../../devel/xulrunner/xpi.mk"
.include "../../mk/bsd.pkg.mk"