pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/mule CHECK_WRKREF_SKIP is already relative to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/538b333854e2
branches:  trunk
changeset: 522283:538b333854e2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 06 16:42:20 2006 +0000

description:
CHECK_WRKREF_SKIP is already relative to PREFIX.

diffstat:

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

diffs (20 lines):

diff -r b258727fd08d -r 538b333854e2 editors/mule/Makefile
--- a/editors/mule/Makefile     Wed Dec 06 16:41:26 2006 +0000
+++ b/editors/mule/Makefile     Wed Dec 06 16:42:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2006/03/31 15:34:44 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2006/12/06 16:42:20 joerg Exp $
 
 DISTNAME=      mule-2.3
 PKGREVISION=   4
@@ -12,8 +12,8 @@
 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
+CHECK_WRKREF_SKIP+=    bin/mule
+CHECK_WRKREF_SKIP+=    bin/mule-19.28
 
 WRKSRC=                        ${WRKDIR}/mule
 USE_TOOLS+=            gmake makeinfo



Home | Main Index | Thread Index | Old Index