diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-05 14:43:59 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-05 14:43:59 +0000 |
commit | f768d7899862cd70e3aba26baf1c64ae1d46477d (patch) | |
tree | a489ad0dee589449e187018de4e77f0475845502 | |
parent | 26c78d8ec5e6764fe726a41dbfeec7b65c0e986b (diff) | |
download | pkgsrc-f768d7899862cd70e3aba26baf1c64ae1d46477d.tar.gz |
Set CATEGORIES ?=www (instead of =) such that thunderbird (and later sunbird)
can override it. Ok for wiz.
-rw-r--r-- | www/mozilla/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 27aaac855be..a7c374be7ef 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.67 2005/12/29 06:22:24 jlam Exp $ +# $NetBSD: Makefile.common,v 1.68 2006/02/05 14:43:59 ghen Exp $ MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= mozilla-${MOZ_DIST_VER}-source PKGNAME= ${MOZILLA}-${MOZ_VER} MASTER_SITES?= ${MASTER_SITE_MOZILLA:=mozilla${MOZ_DIST_VER}/source/} -CATEGORIES= www +CATEGORIES?= www MAINTAINER= taya@NetBSD.org HOMEPAGE?= http://www.mozilla.org/ |