summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-07-17 15:11:36 +0000
committerkristerw <kristerw@pkgsrc.org>2005-07-17 15:11:36 +0000
commit9cfcd847ea0806a60c63d2e009634d09b9a5b06d (patch)
treeb834752f5aabec5056cf5063657abf07bb590934 /shells
parentd9b5de9a8fdd47b363012363601d117db498fa8d (diff)
downloadpkgsrc-9cfcd847ea0806a60c63d2e009634d09b9a5b06d.tar.gz
Quieten CHECK_WRKREF. The dumped environment variables is not a problem.
Diffstat (limited to 'shells')
-rw-r--r--shells/scsh/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile
index 8417f3f425c..79cc5a1698f 100644
--- a/shells/scsh/Makefile
+++ b/shells/scsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/03/24 21:13:00 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2005/07/17 15:11:36 kristerw Exp $
DISTNAME= scsh-0.6.6
CATEGORIES= shells lang
@@ -18,6 +18,10 @@ TEST_TARGET= check
USE_PKGINSTALL= yes
PKG_SHELL= ${PREFIX}/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
+
post-configure:
cd ${WRKSRC}/scsh/bsd; ${SED} -e '/LIBGEN/d' sysdep.h >xx ; ${MV} xx sysdep.h