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 | 08b046952a898dc377df785aa0841c500c9db31e (patch) | |
tree | 225ae903e0eacab9d63e30990eef70e4ce2aec72 | |
parent | df6ccac29f94e64fbf3d4bcc98e26e1dc6b49730 (diff) | |
download | pkgsrc-08b046952a898dc377df785aa0841c500c9db31e.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.
-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/ |