summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-06-23 21:47:13 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-06-23 21:47:13 +0000
commit4ba1986a1779c7686166bd688417538dea8a01db (patch)
tree2b2d125ed47a0ac541447bcd834151d19eda2511 /chinese
parent- Upgrade to 0.4.24 (which also unbreaks GNUTLS support). (diff)
Establish a correct master-slave relationship between
www/linux-mozillafirebird and the ports that inherit most of their information (except, e.g., distinfo) from it. These changes should be transparent to installs (tested and verified locally). While here, update two cases of stale distfile info. (MD5s verified versus mozilla.org.) PR: ports/67701 Approved by: maintainer timeout (2 weeks)
Notes
Notes: svn path=/head/; revision=112084
Diffstat (limited to 'chinese')
-rw-r--r--chinese/linux-mozillafirebird-zh_CN/Makefile3
-rw-r--r--chinese/linux-mozillafirebird-zh_TW/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/chinese/linux-mozillafirebird-zh_CN/Makefile b/chinese/linux-mozillafirebird-zh_CN/Makefile
index e8a5e6cbfd29..d5e39ce6b313 100644
--- a/chinese/linux-mozillafirebird-zh_CN/Makefile
+++ b/chinese/linux-mozillafirebird-zh_CN/Makefile
@@ -11,4 +11,5 @@ PKGNAMEPREFIX= zhCN-linux-
DISTNAME= MozillaFirebird-${PORTVERSION}-i686-pc-linux-gnu-zhCN
COMMENT= Firebird browser in Simplified Chinese for Linux/i386
-.include "../../www/linux-mozillafirebird/Makefile"
+MASTERDIR= ${.CURDIR}/../../www/linux-mozillafirebird
+.include "${MASTERDIR}/Makefile"
diff --git a/chinese/linux-mozillafirebird-zh_TW/Makefile b/chinese/linux-mozillafirebird-zh_TW/Makefile
index def6e9bd8b51..1a27d02a0d7a 100644
--- a/chinese/linux-mozillafirebird-zh_TW/Makefile
+++ b/chinese/linux-mozillafirebird-zh_TW/Makefile
@@ -11,4 +11,5 @@ PKGNAMEPREFIX= zhTW-linux-
DISTNAME= MozillaFirebird-${PORTVERSION}-i686-pc-linux-gnu-zhTW
COMMENT= Firebird browser in Traditional Chinese for Linux/i386
-.include "../../www/linux-mozillafirebird/Makefile"
+MASTERDIR= ${.CURDIR}/../../www/linux-mozillafirebird
+.include "${MASTERDIR}/Makefile"