diff options
author | linimon <linimon@FreeBSD.org> | 2004-06-23 21:47:13 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-06-23 21:47:13 +0000 |
commit | 8f94130a8b622baf3a077e6abd915a6ea6f6b3ed (patch) | |
tree | cef95a1976bab7afc5c9042b17953dcabda17698 /chinese/linux-mozillafirebird-zh_TW | |
parent | 2ddbd74bbac9aa55e6ebe44f14584d021db68a0e (diff) | |
download | FreeBSD-ports-8f94130a8b622baf3a077e6abd915a6ea6f6b3ed.zip FreeBSD-ports-8f94130a8b622baf3a077e6abd915a6ea6f6b3ed.tar.gz |
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)
Diffstat (limited to 'chinese/linux-mozillafirebird-zh_TW')
-rw-r--r-- | chinese/linux-mozillafirebird-zh_TW/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/linux-mozillafirebird-zh_TW/Makefile b/chinese/linux-mozillafirebird-zh_TW/Makefile index def6e9b..1a27d02 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" |