diff options
Diffstat (limited to 'editors/xemacs-current')
-rw-r--r-- | editors/xemacs-current/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 760f678987e..e95a466b183 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -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 @@ 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} + post-patch: rm -f ${WRKSRC}/etc/ctags.1.orig |