pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/xemacs-current The emacs binary may have the b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/942509c363ba
branches:  trunk
changeset: 520624:942509c363ba
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 24 08:48:36 2006 +0000

description:
The emacs binary may have the build path embedded.

diffstat:

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

diffs (20 lines):

diff -r d406916549b2 -r 942509c363ba editors/xemacs-current/Makefile
--- a/editors/xemacs-current/Makefile   Tue Oct 24 08:44:22 2006 +0000
+++ b/editors/xemacs-current/Makefile   Tue Oct 24 08:48:36 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2006/10/14 02:24:46 rillig Exp $
+# $NetBSD: Makefile,v 1.58 2006/10/24 08:48:36 rillig Exp $
 
 DISTNAME=      xemacs-21.5.27
 
@@ -62,6 +62,10 @@
 
 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}
+
 post-patch:
        rm -f ${WRKSRC}/etc/ctags.1.orig
 



Home | Main Index | Thread Index | Old Index