summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-06-30 10:12:35 +0000
committermarkd <markd@pkgsrc.org>2005-06-30 10:12:35 +0000
commit63d42f99ce48d8dea63ce2721cfdb146ca637884 (patch)
treebb13a580c2e8bde3314312661ed40d688dc7b490
parent4a63a789ac14353d1aee5e45e1544fd62be5a54d (diff)
downloadpkgsrc-63d42f99ce48d8dea63ce2721cfdb146ca637884.tar.gz
Quieten CHECK_WRKREF. The build PATH in the dumped emacs is not a problem.
-rw-r--r--editors/emacs/Makefile.common6
-rw-r--r--editors/emacs20/Makefile6
2 files changed, 10 insertions, 2 deletions
diff --git a/editors/emacs/Makefile.common b/editors/emacs/Makefile.common
index 3c3f8cdd744..6271aa0c8d0 100644
--- a/editors/emacs/Makefile.common
+++ b/editors/emacs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2005/06/08 14:39:40 markd Exp $
+# $NetBSD: Makefile.common,v 1.2 2005/06/30 10:12:35 markd Exp $
MASTER_SITES= ${MASTER_SITE_GNU:=emacs/}
MAINTAINER= markd@NetBSD.org
@@ -21,6 +21,10 @@ PLIST_SUBST+= EMACSVERSION=${EMACSVERSION}
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}
+
.include "../../mk/bsd.prefs.mk"
# This matches NetBSD <1.7 releases and 1.6A-1.6P, where ld is <2.13.2.1.
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index 01e0ab96d82..c3bb072bd74 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/06/01 18:02:45 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/06/30 10:16:38 markd Exp $
DISTNAME= emacs-20.7
PKGREVISION= 5
@@ -30,6 +30,10 @@ GNU_ARCH.mipsbe= mips
BUILD_DEFS+= USE_INET6 EMACS_USE_POP
+# build PATH in the dumped emacs is not a problem
+CHECK_WRKREF_SKIP+= ${PREFIX}/bin/emacs
+CHECK_WRKREF_SKIP+= ${PREFIX}/bin/emacs-20.7
+
.include "../../mk/bsd.prefs.mk"
# This matches NetBSD <1.7 releases and 1.6A-1.6P, where ld is <2.13.2.1.