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
commit27fdf40c68a87c36882c7a9149920b8a04057dec (patch)
tree04b44f7c93392d79dd873390be9842c2f6aa3af8 /editors
parent484f1eb630078e66b99642cbcbc2a3d6fbd30fc8 (diff)
downloadpkgsrc-27fdf40c68a87c36882c7a9149920b8a04057dec.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"