ensure MOZ_VER is defined, use ${MOZILLA} consistently.
This commit is contained in:
parent
4de5532b13
commit
b4fb469385
4 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 2004/02/10 11:36:48 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2004/02/29 00:27:40 grant Exp $
|
||||
|
||||
MOZILLA= thunderbird
|
||||
MOZ_VER= 0.5
|
||||
|
||||
HOMEPAGE= http://www.mozilla.org/projects/thunderbird/
|
||||
COMMENT= Redesign of the Mozilla mail client (binary pkg)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# $NetBSD: Makefile.Linux.i386,v 1.4 2004/02/10 11:36:48 grant Exp $
|
||||
# $NetBSD: Makefile.Linux.i386,v 1.5 2004/02/29 00:27:40 grant Exp $
|
||||
|
||||
MOZ_VER= 0.5
|
||||
DISTNAME= ${MOZILLA}-${MOZ_VER}-i686-pc-linux-gtk2-gnu
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# $NetBSD: Makefile.SunOS.i386,v 1.4 2004/02/10 11:36:48 grant Exp $
|
||||
# $NetBSD: Makefile.SunOS.i386,v 1.5 2004/02/29 00:27:40 grant Exp $
|
||||
|
||||
MOZ_VER= 0.5
|
||||
DISTNAME= ${MOZILLA}-${MOZ_VER}-i386-pc-solaris2.8
|
||||
|
||||
MOZ_PLATFORM= solaris
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# $NetBSD: Makefile.SunOS.sparc,v 1.2 2004/01/04 05:01:02 grant Exp $
|
||||
# $NetBSD: Makefile.SunOS.sparc,v 1.3 2004/02/29 00:27:40 grant Exp $
|
||||
|
||||
DISTNAME= thunderbird-${MOZ_VER}-sparc-sun-solaris2.8
|
||||
DISTNAME= ${MOZILLA}-${MOZ_VER}-sparc-sun-solaris2.8
|
||||
|
||||
MOZ_PLATFORM= solaris
|
||||
|
|
Loading…
Reference in a new issue