diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-13 18:06:57 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-13 18:06:57 +0000 |
commit | 228d6e39d9b8c2c3579e79a42bd96fbfa46a5c36 (patch) | |
tree | f61b0024f715852108098a8d033728723e0f3d5e | |
parent | d28eb87afc56eabf22d5e872ec2ab951c717ee1d (diff) | |
download | ports-228d6e39d9b8c2c3579e79a42bd96fbfa46a5c36.tar.gz ports-228d6e39d9b8c2c3579e79a42bd96fbfa46a5c36.zip |
Notes
-rw-r--r-- | japanese/mozilla-jlp-devel/Makefile | 2 | ||||
-rw-r--r-- | japanese/mozilla-jlp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/mozilla-jlp-devel/Makefile b/japanese/mozilla-jlp-devel/Makefile index 6d371c23aba2..850332263fdd 100644 --- a/japanese/mozilla-jlp-devel/Makefile +++ b/japanese/mozilla-jlp-devel/Makefile @@ -32,7 +32,7 @@ EXTRACT_BEFORE_ARGS= -qo MOZILLA_IPV6?= yes -.if defined(MOZILLA_IPV6) +.if ${MOZILLA_IPV6:L} == yes MOZILLA_PORT= ${PORTSDIR}/www/mozilla+ipv6 .else MOZILLA_PORT= ${PORTSDIR}/www/mozilla diff --git a/japanese/mozilla-jlp/Makefile b/japanese/mozilla-jlp/Makefile index 6d371c23aba2..850332263fdd 100644 --- a/japanese/mozilla-jlp/Makefile +++ b/japanese/mozilla-jlp/Makefile @@ -32,7 +32,7 @@ EXTRACT_BEFORE_ARGS= -qo MOZILLA_IPV6?= yes -.if defined(MOZILLA_IPV6) +.if ${MOZILLA_IPV6:L} == yes MOZILLA_PORT= ${PORTSDIR}/www/mozilla+ipv6 .else MOZILLA_PORT= ${PORTSDIR}/www/mozilla |