diff options
author | tnn <tnn@pkgsrc.org> | 2009-11-29 12:00:42 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-11-29 12:00:42 +0000 |
commit | 86f83e751a18d65d040be7066c06b578e00deec1 (patch) | |
tree | 400e8c65783753e75ef9178eee1c11c6d8e9b1b1 | |
parent | 0cb6bcc7653c59eefbae89f095e28ad132a50677 (diff) | |
download | pkgsrc-86f83e751a18d65d040be7066c06b578e00deec1.tar.gz |
fix paste-o
-rw-r--r-- | mail/thunderbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 5d2587febe1..7c48cbacb34 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.41 2009/11/29 03:28:35 tnn Exp $ +# $NetBSD: Makefile,v 1.42 2009/11/29 12:00:42 tnn Exp $ # DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} TB_VER= 3.0rc1 -CATEGORIES= www +CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} EXTRACT_SUFX= .tar.bz2 |