diff options
author | jwise <jwise> | 2005-04-08 19:00:15 +0000 |
---|---|---|
committer | jwise <jwise> | 2005-04-08 19:00:15 +0000 |
commit | 25a1bd8f74fd3cfba4ed1c74848068e1d0bdd0ad (patch) | |
tree | 225ae903e0eacab9d63e30990eef70e4ce2aec72 /mail/gnus | |
parent | a0d1ad14f76b65523b235720035978e0f6b7ac91 (diff) | |
download | pkgsrc-25a1bd8f74fd3cfba4ed1c74848068e1d0bdd0ad.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/gnus')
-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/ |