summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz>2006-11-03 07:01:42 +0000
committerwiz <wiz>2006-11-03 07:01:42 +0000
commitaa67f74252bf7b4e3f1b6ec8bb76357a0248cafe (patch)
treec99e3ef28014b613451a1014a257f4cedcaaa03b /editors
parent9e59859259c5d84650992dfddd1b641fcd91b535 (diff)
downloadpkgsrc-aa67f74252bf7b4e3f1b6ec8bb76357a0248cafe.tar.gz
CHECK_WRKREF_SKIP paths seem to relative to ${PREFIX} now, adapt.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile.common6
-rw-r--r--editors/xemacs/Makefile.common4
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/emacs/Makefile.common b/editors/emacs/Makefile.common
index ae81933ba9a..c9028a8d77b 100644
--- a/editors/emacs/Makefile.common
+++ b/editors/emacs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2006/07/02 10:03:14 rillig Exp $
+# $NetBSD: Makefile.common,v 1.11 2006/11/03 07:01:54 wiz Exp $
MASTER_SITES= ${MASTER_SITE_GNU:=emacs/}
MAINTAINER= markd@NetBSD.org
@@ -22,8 +22,8 @@ PLIST_SUBST+= EMACSVERSION=${EMACSVERSION:Q}
MAKEFLAGS+= EMACSLOADPATH=${WRKSRC}/lisp
# build PATH in the dumped emacs is not a problem
-CHECK_WRKREF_SKIP+= ${PREFIX}/bin/emacs
-CHECK_WRKREF_SKIP+= ${PREFIX}/bin/emacs-${EMACSVERSION}
+CHECK_WRKREF_SKIP+= bin/emacs
+CHECK_WRKREF_SKIP+= bin/emacs-${EMACSVERSION}
.include "../../mk/bsd.prefs.mk"
diff --git a/editors/xemacs/Makefile.common b/editors/xemacs/Makefile.common
index 61c0c7411b7..3aeb256c172 100644
--- a/editors/xemacs/Makefile.common
+++ b/editors/xemacs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2006/07/07 01:31:42 markd Exp $
+# $NetBSD: Makefile.common,v 1.17 2006/11/03 07:01:42 wiz Exp $
DISTNAME= xemacs-21.4.17
CATEGORIES= editors
@@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --infopath=${INFOPATH:Q}
CFLAGS+= -Dunix
-CHECK_WRKREF_SKIP= ${PREFIX}/bin/xemacs*
+CHECK_WRKREF_SKIP= bin/xemacs*
post-extract:
@for f in ${EXTRA_FILES}; do \