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