diff options
author | kristerw <kristerw> | 2005-07-17 15:11:36 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-07-17 15:11:36 +0000 |
commit | 074176290a0502b5f1cf4900511cde87f1bcc02d (patch) | |
tree | b834752f5aabec5056cf5063657abf07bb590934 /shells | |
parent | 8bc6958df55820d9f18c73e054944c2d41359f06 (diff) | |
download | pkgsrc-074176290a0502b5f1cf4900511cde87f1bcc02d.tar.gz |
Quieten CHECK_WRKREF. The dumped environment variables is not a problem.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/scsh/Makefile | 6 |
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 |