diff options
author | jmmv <jmmv> | 2004-09-27 16:46:42 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-09-27 16:46:42 +0000 |
commit | d8fe2bfd5c3e7de94e0cd095d5ce4074a5fa4b4a (patch) | |
tree | bb616251e98b1bd0712b191cfc7cf9277b879a7b /mail/evolution14/Makefile | |
parent | c792879156da7a6c9f38f1ef73cc560bf3f5fa65 (diff) | |
download | pkgsrc-d8fe2bfd5c3e7de94e0cd095d5ce4074a5fa4b4a.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/evolution14/Makefile')
-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/} |