diff options
author | wiz <wiz@pkgsrc.org> | 2006-11-03 07:01:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-11-03 07:01:42 +0000 |
commit | 3c075b960986b371e8524c22e6b29c1bfa8490cc (patch) | |
tree | c99e3ef28014b613451a1014a257f4cedcaaa03b /editors/emacs | |
parent | d8cb17e201523eca0feaf5f3fcd9a6c9104256ac (diff) | |
download | pkgsrc-3c075b960986b371e8524c22e6b29c1bfa8490cc.tar.gz |
CHECK_WRKREF_SKIP paths seem to relative to ${PREFIX} now, adapt.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile.common | 6 |
1 files changed, 3 insertions, 3 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" |