Unbreak (correct distfile names)

Pointed out by: Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
This commit is contained in:
Satoshi Taoka 2001-08-25 01:49:48 +00:00
parent f529ddaf3e
commit bbc5d32f3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46839
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>