summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-12-06 15:03:49 +0000
committerjoerg <joerg@pkgsrc.org>2006-12-06 15:03:49 +0000
commit30b78555aecb4841f3c69a78fd6ee8f06eee31be (patch)
tree04b44f7c93392d79dd873390be9842c2f6aa3af8 /editors
parentd196611245c9a867695758910b748cf7a4e8c57a (diff)
downloadpkgsrc-30b78555aecb4841f3c69a78fd6ee8f06eee31be.tar.gz
CHECK_WRKREF_SKIP takes relative names.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs20/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index cee61a1c2ce..3ad7578e0b3 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/03/30 03:44:43 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2006/12/06 15:03:49 joerg Exp $
DISTNAME= emacs-20.7
PKGREVISION= 7
@@ -31,8 +31,8 @@ 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
+CHECK_WRKREF_SKIP+= bin/emacs
+CHECK_WRKREF_SKIP+= bin/emacs-20.7
.include "../../mk/bsd.prefs.mk"