diff options
author | markd <markd@pkgsrc.org> | 2005-06-30 10:20:49 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-06-30 10:20:49 +0000 |
commit | e8fbf2c45aba94adb7c6cbe3b95962cb8d8b4e02 (patch) | |
tree | 8da7b9362904688ad846eba32d97db7b41300dbb | |
parent | 63d42f99ce48d8dea63ce2721cfdb146ca637884 (diff) | |
download | pkgsrc-e8fbf2c45aba94adb7c6cbe3b95962cb8d8b4e02.tar.gz |
Quieten CHECK_WRKREF. The build PATH in the dumped mule is not a problem.
-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 |