diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-06-23 21:47:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-06-23 21:47:13 +0000 |
commit | 4ba1986a1779c7686166bd688417538dea8a01db (patch) | |
tree | 2b2d125ed47a0ac541447bcd834151d19eda2511 /german | |
parent | d809bf12f33590070e5a0a584aec593128494931 (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 'german')
-rw-r--r-- | german/linux-mozillafirebird/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/german/linux-mozillafirebird/Makefile b/german/linux-mozillafirebird/Makefile index 7fc0a8e49cf5..769c384ad42d 100644 --- a/german/linux-mozillafirebird/Makefile +++ b/german/linux-mozillafirebird/Makefile @@ -11,4 +11,5 @@ PKGNAMEPREFIX= de-linux- DISTNAME= MozillaFirebird-${PORTVERSION}-i686-pc-linux-gnu-deDE COMMENT= Firebird Web browser: German Linux/i386 version -.include "../../www/linux-mozillafirebird/Makefile" +MASTERDIR= ${.CURDIR}/../../www/linux-mozillafirebird +.include "${MASTERDIR}/Makefile" |