diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-24 08:48:36 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-24 08:48:36 +0000 |
commit | d92294b043f36fb4c8107d1e4f1181905fb0dbc8 (patch) | |
tree | cd5664e35a6b3cc123a1080a008891b8c809c815 /editors | |
parent | 5037f79f78888fdfdb8761ee60f5ad7791de90cb (diff) | |
download | pkgsrc-d92294b043f36fb4c8107d1e4f1181905fb0dbc8.tar.gz |
The emacs binary may have the build path embedded.
Diffstat (limited to 'editors')
-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 |