diff options
author | ghen <ghen@pkgsrc.org> | 2008-11-03 14:18:42 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-11-03 14:18:42 +0000 |
commit | 6eb4f283c0d790fb628b11cf72323d025ea297b6 (patch) | |
tree | 95b3ebb6f8304ba18d2add3f96302c59956f89f2 /www | |
parent | 7a1a61ce0b7fbff76cb04103cd48300970e65bd2 (diff) | |
download | pkgsrc-6eb4f283c0d790fb628b11cf72323d025ea297b6.tar.gz |
- This common Makefile is used by time/sunbird as well.
- Don't set MAINTAINER and HOMEPAGE variables here, they should be set by
individual packages including this file (I don't want to implicitly be
maintainer for all packages including this Makefile fragment).
Diffstat (limited to 'www')
-rw-r--r-- | www/seamonkey/Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/seamonkey/Makefile.common b/www/seamonkey/Makefile.common index f79d5c78fac..555af3a5e3b 100644 --- a/www/seamonkey/Makefile.common +++ b/www/seamonkey/Makefile.common @@ -1,6 +1,7 @@ -# $NetBSD: Makefile.common,v 1.30 2008/05/19 10:43:02 tnn Exp $ +# $NetBSD: Makefile.common,v 1.31 2008/11/03 14:18:42 ghen Exp $ # used by mail/thunderbird/Makefile-thunderbird.common # used by www/seamonkey/Makefile-seamonkey.common +# used by time/sunbird/Makefile-sunbird.common MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= seamonkey-${MOZ_DIST_VER}.source @@ -8,9 +9,6 @@ PKGNAME= ${MOZILLA}-${MOZ_VER} MASTER_SITES?= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${MOZ_DIST_VER}/} CATEGORIES?= www -MAINTAINER?= ghen@NetBSD.org -HOMEPAGE?= http://www.mozilla.org/projects/seamonkey/ - FILESDIR= ${.CURDIR}/../../www/seamonkey/files BUILD_DEPENDS+= zip>=2.3:../../archivers/zip |