Unbreak (correct distfile names)
Pointed out by: Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
This commit is contained in:
parent
f529ddaf3e
commit
bbc5d32f3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46839
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user