diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-09-27 16:46:42 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-09-27 16:46:42 +0000 |
commit | 38c32c81f3fe492d01c21c16a47ee7aa9ec03486 (patch) | |
tree | bb616251e98b1bd0712b191cfc7cf9277b879a7b /mail | |
parent | 2022283575fa3eae26bfe6cb0725ef1099661ed3 (diff) | |
download | pkgsrc-38c32c81f3fe492d01c21c16a47ee7aa9ec03486.tar.gz |
Gah! Stupid me, I renamed the distfile instead of the package. Fix it.
Addresses PR pkg/27048 and solves problem shown in bulk build.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution14/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/evolution14/Makefile b/mail/evolution14/Makefile index c9ef2beae9e..6fc45a1150b 100644 --- a/mail/evolution14/Makefile +++ b/mail/evolution14/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/09/21 17:21:07 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2004/09/27 16:46:42 jmmv Exp $ -DISTNAME= evolution14-1.4.6 +DISTNAME= evolution-1.4.6 +PKGNAME= ${DISTNAME:S/evolution/evolution14/} CATEGORIES= mail time gnome MASTER_SITES= ftp://ftp.ximian.com/pub/source/evolution/ \ ${MASTER_SITE_GNOME:=sources/evolution/1.4/} |