diff options
author | salo <salo@pkgsrc.org> | 2006-09-24 16:44:36 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-09-24 16:44:36 +0000 |
commit | e082ab0e07540a6843fc27cb5dcb131fc27d72a8 (patch) | |
tree | e9f6a6516e8fc19ae8b3e12aad0679f5fa85f408 /mail | |
parent | d94e56cc93ba4d7a68bd1fad8f4cc25e02fe69d6 (diff) | |
download | pkgsrc-e082ab0e07540a6843fc27cb5dcb131fc27d72a8.tar.gz |
Use Makefile.common from seamonkey-bin-nightly dir instead of
mozilla-bin-nightly.
Remove PKGREVISION, it's useless in the -nightly packages.
This package didn't work for some time now, feel free to fix it.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-bin-nightly/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/thunderbird-bin-nightly/Makefile b/mail/thunderbird-bin-nightly/Makefile index 51b59c577f6..6af35fa1870 100644 --- a/mail/thunderbird-bin-nightly/Makefile +++ b/mail/thunderbird-bin-nightly/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:09:59 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/09/24 16:44:36 salo Exp $ MOZILLA= thunderbird -PKGREVISION= 1 HOMEPAGE= http://www.mozilla.org/projects/thunderbird/ COMMENT= Redesign of the Mozilla mail client (nightly binary pkg) @@ -13,4 +12,4 @@ ONLY_FOR_PLATFORM+= Linux-*-i386 ONLY_FOR_PLATFORM+= NetBSD-2.*-i386 ONLY_FOR_PLATFORM+= SunOS-5.[789]*-sparc -.include "../../www/mozilla-bin-nightly/Makefile.common" +.include "../../www/seamonkey-bin-nightly/Makefile.common" |