summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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