From c128b26ba238184b480beff472116e7fd4a0faed Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 19 Dec 2006 18:21:10 +0000 Subject: [PATCH] CHECK_WRKREF_SKIP wants a relative path nowadays. --- editors/xemacs-current/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index e95a466b1839..ed106a274940 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -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 @@ CFLAGS+= -fno-strict-aliasing 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