diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-02 18:15:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-02 18:15:04 +0000 |
commit | bd57d6a4357efc15bce1669e86e59574e54a9108 (patch) | |
tree | 2c0983cd628f165107569951eadf1ff88d39a6a3 /japanese/mozilla-jlp-devel/Makefile | |
parent | c7f1cdb180daaa5827889766766277573236e655 (diff) |
Update to 0.9.3.
PR: ports/30267
Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
Notes
Notes:
svn path=/head/; revision=47325
Diffstat (limited to 'japanese/mozilla-jlp-devel/Makefile')
-rw-r--r-- | japanese/mozilla-jlp-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/mozilla-jlp-devel/Makefile b/japanese/mozilla-jlp-devel/Makefile index bca46665c954..e7adb56c713d 100644 --- a/japanese/mozilla-jlp-devel/Makefile +++ b/japanese/mozilla-jlp-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mozilla -PORTVERSION= 0.9.3.r2 +PORTVERSION= 0.9.3 PORTEPOCH= 1 CATEGORIES= japanese www MASTER_SITES= http://www.mozilla.gr.jp/jlp/ \ @@ -33,8 +33,8 @@ MOZILLA_PORT= ${PORTSDIR}/www/mozilla+ipv6 .else MOZILLA_PORT= ${PORTSDIR}/www/mozilla .endif -JLP_SRC= ${PORTNAME}${PORTVERSION:S/.r2$//}-langjajp-RC2.xpi \ - ${PORTNAME}${PORTVERSION:S/.r2$//}-regjp-RC2.xpi +JLP_SRC= ${PORTNAME}${PORTVERSION}-langjajp.xpi \ + ${PORTNAME}${PORTVERSION}-regjp.xpi .include <bsd.port.pre.mk> |