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/xemacs | |
parent | d8cb17e201523eca0feaf5f3fcd9a6c9104256ac (diff) | |
download | pkgsrc-3c075b960986b371e8524c22e6b29c1bfa8490cc.tar.gz |
CHECK_WRKREF_SKIP paths seem to relative to ${PREFIX} now, adapt.
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |