diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-16 13:56:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-16 13:56:40 +0000 |
commit | 1a84da5cc1d88af886325f1b8a2a29d9fdeb6e27 (patch) | |
tree | 6b0177dac7d7b13b2aa61adbfee3f5cc10bb65b7 /editors/emacs | |
parent | fbb68ed11d04205b3811f61867d927ed4bfee3d1 (diff) | |
download | pkgsrc-1a84da5cc1d88af886325f1b8a2a29d9fdeb6e27.tar.gz |
emacs and mule install files with the same name in info -- make
them CONFLICT.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index cff891bba97..b7aa3089f7a 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2000/06/24 17:03:37 minoura Exp $ +# $NetBSD: Makefile,v 1.40 2000/12/16 13:56:40 wiz Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-20.7 @@ -8,6 +8,8 @@ MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html +CONFLICTS= mule-* + GNU_CONFIGURE= yes USE_GMAKE= yes |