diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mule/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index f92faf43e58..197bceab076 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/06/01 18:02:45 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2005/06/30 10:20:49 markd Exp $ DISTNAME= mule-2.3 PKGREVISION= 2 @@ -11,6 +11,10 @@ COMMENT= Multilingual GNU editing macros (editor) CONFLICTS= emacs-[0-9]* +# build PATH in the dumped mule is not a problem +CHECK_WRKREF_SKIP+= ${PREFIX}/bin/mule +CHECK_WRKREF_SKIP+= ${PREFIX}/bin/mule-19.28 + .include "../../mk/bsd.prefs.mk" .if !defined(USE_WNN4) || ${USE_WNN4} == YES |