diff options
author | wiz <wiz@pkgsrc.org> | 2006-12-19 18:21:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-12-19 18:21:10 +0000 |
commit | c128b26ba238184b480beff472116e7fd4a0faed (patch) | |
tree | c8877f98da8410efd1787ac860b3d4068aa9aaaa /editors | |
parent | daaa3f4f7b05beacb9998bbecd1ebf48eaf51f63 (diff) | |
download | pkgsrc-c128b26ba238184b480beff472116e7fd4a0faed.tar.gz |
CHECK_WRKREF_SKIP wants a relative path nowadays.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-current/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index e95a466b183..ed106a27494 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 |