pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/xemacs-current CHECK_WRKREF_SKIP wants a relat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed9f7a5a9d3d
branches:  trunk
changeset: 522735:ed9f7a5a9d3d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 19 18:21:10 2006 +0000

description:
CHECK_WRKREF_SKIP wants a relative path nowadays.

diffstat:

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

diffs (20 lines):

diff -r 3d939531121d -r ed9f7a5a9d3d editors/xemacs-current/Makefile
--- a/editors/xemacs-current/Makefile   Tue Dec 19 18:20:21 2006 +0000
+++ b/editors/xemacs-current/Makefile   Tue Dec 19 18:21:10 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2006/10/24 08:48:36 rillig Exp $
+# $NetBSD: Makefile,v 1.59 2006/12/19 18:21:10 wiz Exp $
 
 DISTNAME=      xemacs-21.5.27
 
@@ -63,8 +63,8 @@
 INFO_FILES=            # PLIST
 
 # build PATH in the dumped emacs is not a problem
-CHECK_WRKREF_SKIP+=    ${PREFIX}/bin/xemacs
-CHECK_WRKREF_SKIP+=    ${PREFIX}/bin/xemacs-${EMACSVERSION}
+CHECK_WRKREF_SKIP+=    bin/xemacs
+CHECK_WRKREF_SKIP+=    bin/xemacs-${EMACSVERSION}
 
 post-patch:
        rm -f ${WRKSRC}/etc/ctags.1.orig



Home | Main Index | Thread Index | Old Index