diff options
author | taoka <taoka@FreeBSD.org> | 2001-08-25 09:49:48 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-08-25 09:49:48 +0800 |
commit | 961f6b41eb7dbf63c38703308455214295c42a76 (patch) | |
tree | 7a5a7e67890cdeb813c73d2d3fbd744da3b1f5fb /japanese | |
parent | bed19a3c69df4a0e7ad0e6142ac94996d8d85526 (diff) | |
download | freebsd-ports-graphics-961f6b41eb7dbf63c38703308455214295c42a76.tar.gz freebsd-ports-graphics-961f6b41eb7dbf63c38703308455214295c42a76.tar.zst freebsd-ports-graphics-961f6b41eb7dbf63c38703308455214295c42a76.zip |
Unbreak (correct distfile names)
Pointed out by: Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/mozilla-jlp-devel/Makefile | 4 | ||||
-rw-r--r-- | japanese/mozilla-jlp/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/japanese/mozilla-jlp-devel/Makefile b/japanese/mozilla-jlp-devel/Makefile index 4881379eee5..bca46665c95 100644 --- a/japanese/mozilla-jlp-devel/Makefile +++ b/japanese/mozilla-jlp-devel/Makefile @@ -33,8 +33,8 @@ MOZILLA_PORT= ${PORTSDIR}/www/mozilla+ipv6 .else MOZILLA_PORT= ${PORTSDIR}/www/mozilla .endif -JLP_SRC= ${PORTNAME}${PORTVERSION}-langjajp-RC2.xpi \ - ${PORTNAME}${PORTVERSION}-regjp-RC2.xpi +JLP_SRC= ${PORTNAME}${PORTVERSION:S/.r2$//}-langjajp-RC2.xpi \ + ${PORTNAME}${PORTVERSION:S/.r2$//}-regjp-RC2.xpi .include <bsd.port.pre.mk> diff --git a/japanese/mozilla-jlp/Makefile b/japanese/mozilla-jlp/Makefile index 4881379eee5..bca46665c95 100644 --- a/japanese/mozilla-jlp/Makefile +++ b/japanese/mozilla-jlp/Makefile @@ -33,8 +33,8 @@ MOZILLA_PORT= ${PORTSDIR}/www/mozilla+ipv6 .else MOZILLA_PORT= ${PORTSDIR}/www/mozilla .endif -JLP_SRC= ${PORTNAME}${PORTVERSION}-langjajp-RC2.xpi \ - ${PORTNAME}${PORTVERSION}-regjp-RC2.xpi +JLP_SRC= ${PORTNAME}${PORTVERSION:S/.r2$//}-langjajp-RC2.xpi \ + ${PORTNAME}${PORTVERSION:S/.r2$//}-regjp-RC2.xpi .include <bsd.port.pre.mk> |