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 /www/linux-firefox | |
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)
Diffstat (limited to 'www/linux-firefox')
-rw-r--r-- | www/linux-firefox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/linux-firefox/Makefile b/www/linux-firefox/Makefile index ddab4797c089..e125d9328423 100644 --- a/www/linux-firefox/Makefile +++ b/www/linux-firefox/Makefile @@ -23,6 +23,8 @@ NO_BUILD= yes NO_FILTER_SHLIBS=yes ONLY_FOR_ARCHS= i386 FIREBIRD_NAME= ${PKGNAMEPREFIX}${PORTNAME} +DESCR= ${.CURDIR}/pkg-descr +MD5_FILE= ${.CURDIR}/distinfo PKGMESSAGE= ${WRKDIR}/pkg-message PLIST= ${WRKDIR}/pkg-plist USE_LINUX= yes |