- 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).
This commit is contained in:
parent
7a1a61ce0b
commit
6eb4f283c0
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue