diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-08-25 01:49:48 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-08-25 01:49:48 +0000 |
commit | bbc5d32f3ec3a4ffd92b21a5244166c674e38045 (patch) | |
tree | ccecf6ab17c7d4cafec77983282a4ec0aa5215b8 | |
parent | Add optional ACL support to gnuls. This causes the last field (diff) |
Unbreak (correct distfile names)
Pointed out by: Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
Notes
Notes:
svn path=/head/; revision=46839
-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 4881379eee5f..bca46665c954 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 4881379eee5f..bca46665c954 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> |