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/mule | |
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/mule')
-rw-r--r-- | editors/mule/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 3c3e3eefc10..4a5d4e2d4bc 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/21 05:21:08 kei Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/16 13:56:40 wiz Exp $ DISTNAME= mule-2.3 CATEGORIES= editors @@ -7,6 +7,8 @@ MASTER_SITES= ftp://ftp.m17n.org/pub/mule/ MAINTAINER= kei@netbsd.org HOMEPAGE= http://www.m17n.org/mule/MulePage.en.html +CONFLICTS= emacs-* + .include "../../mk/bsd.prefs.mk" .if !defined(USE_WNN4) || ${USE_WNN4} == YES |