summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjoerg <joerg>2006-12-06 18:59:28 +0000
committerjoerg <joerg>2006-12-06 18:59:28 +0000
commit3bdff3b56d6fdd7f0efac9ee4e5c70a2eaf701c1 (patch)
treea112be693aa1148db9421fb958a53e5a56f4b0f6 /shells
parent671bda81091aac3b74353884cf13bf58626f1080 (diff)
downloadpkgsrc-3bdff3b56d6fdd7f0efac9ee4e5c70a2eaf701c1.tar.gz
CHECK_WRKREF_SKIP is relative.
Diffstat (limited to 'shells')
-rw-r--r--shells/scsh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile
index 3d6fce8a4e4..c32252d5df6 100644
--- a/shells/scsh/Makefile
+++ b/shells/scsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2006/09/03 11:39:08 kristerw Exp $
+# $NetBSD: Makefile,v 1.36 2006/12/06 18:59:28 joerg Exp $
DISTNAME= scsh-0.6.7
CATEGORIES= shells lang
@@ -18,8 +18,8 @@ TEST_TARGET= check
PKG_SHELL= bin/scsh
# Build references from dumped environment variables is not a problem.
-CHECK_WRKREF_SKIP+= ${PREFIX}/lib/scsh/scsh.image
-CHECK_WRKREF_SKIP+= ${PREFIX}/lib/scsh/stripped-scsh.image
+CHECK_WRKREF_SKIP+= lib/scsh/scsh.image
+CHECK_WRKREF_SKIP+= lib/scsh/stripped-scsh.image
post-configure:
cd ${WRKSRC}/scsh/bsd; ${SED} -e '/LIBGEN/d' sysdep.h >xx ; ${MV} xx sysdep.h