pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors CHECK_WRKREF_SKIP paths seem to relative to ${...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5afadfd9cbd
branches:  trunk
changeset: 520935:f5afadfd9cbd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 03 07:01:42 2006 +0000

description:
CHECK_WRKREF_SKIP paths seem to relative to ${PREFIX} now, adapt.

diffstat:

 editors/emacs/Makefile.common  |  6 +++---
 editors/xemacs/Makefile.common |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r f058ca50c2a9 -r f5afadfd9cbd editors/emacs/Makefile.common
--- a/editors/emacs/Makefile.common     Fri Nov 03 07:01:06 2006 +0000
+++ b/editors/emacs/Makefile.common     Fri Nov 03 07:01:42 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2006/07/02 10:03:14 rillig Exp $
+# $NetBSD: Makefile.common,v 1.11 2006/11/03 07:01:54 wiz Exp $
 
 MASTER_SITES=  ${MASTER_SITE_GNU:=emacs/}
 MAINTAINER=    markd%NetBSD.org@localhost
@@ -22,8 +22,8 @@
 MAKEFLAGS+=    EMACSLOADPATH=${WRKSRC}/lisp
 
 # build PATH in the dumped emacs is not a problem
-CHECK_WRKREF_SKIP+=    ${PREFIX}/bin/emacs
-CHECK_WRKREF_SKIP+=    ${PREFIX}/bin/emacs-${EMACSVERSION}
+CHECK_WRKREF_SKIP+=    bin/emacs
+CHECK_WRKREF_SKIP+=    bin/emacs-${EMACSVERSION}
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r f058ca50c2a9 -r f5afadfd9cbd editors/xemacs/Makefile.common
--- a/editors/xemacs/Makefile.common    Fri Nov 03 07:01:06 2006 +0000
+++ b/editors/xemacs/Makefile.common    Fri Nov 03 07:01:42 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2006/07/07 01:31:42 markd Exp $
+# $NetBSD: Makefile.common,v 1.17 2006/11/03 07:01:42 wiz Exp $
 
 DISTNAME=      xemacs-21.4.17
 CATEGORIES=    editors
@@ -97,7 +97,7 @@
 
 CFLAGS+=               -Dunix
 
-CHECK_WRKREF_SKIP=     ${PREFIX}/bin/xemacs*
+CHECK_WRKREF_SKIP=     bin/xemacs*
 
 post-extract:
        @for f in ${EXTRA_FILES}; do \



Home | Main Index | Thread Index | Old Index