pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/mule Quieten CHECK_WRKREF. The build PATH in t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41460b0df0ed
branches:  trunk
changeset: 496463:41460b0df0ed
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jun 30 10:20:49 2005 +0000

description:
Quieten CHECK_WRKREF. The build PATH in the dumped mule is not a problem.

diffstat:

 editors/mule/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 06511f1dcc42 -r 41460b0df0ed editors/mule/Makefile
--- a/editors/mule/Makefile     Thu Jun 30 10:12:35 2005 +0000
+++ b/editors/mule/Makefile     Thu Jun 30 10:20:49 2005 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index