diff options
author | jwise <jwise@pkgsrc.org> | 2005-04-08 19:00:15 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2005-04-08 19:00:15 +0000 |
commit | fdc5810466ce244b2af665899cf5a85aee21aadc (patch) | |
tree | 225ae903e0eacab9d63e30990eef70e4ce2aec72 /mail | |
parent | 1960069458b73953fd2fe3db0dd1ce226a209bc7 (diff) | |
download | pkgsrc-fdc5810466ce244b2af665899cf5a85aee21aadc.tar.gz |
Work around the same old problem where packages without an explicit PKGNAME
won't build (and do horrible things, btw) when emacs is xemacs.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gnus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/gnus/Makefile b/mail/gnus/Makefile index a4eae62344f..045c767aa39 100644 --- a/mail/gnus/Makefile +++ b/mail/gnus/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/01/05 04:35:04 lha Exp $ +# $NetBSD: Makefile,v 1.7 2005/04/08 19:00:15 jwise Exp $ DISTNAME= gnus-5.10.6 +PKGNAME= ${DISTNAME} CATEGORIES= mail MASTER_SITES= http://quimby.gnus.org/gnus/dist/ |