pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/scsh Quieten CHECK_WRKREF. The dumped environme...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aba32ab66015
branches:  trunk
changeset: 496950:aba32ab66015
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jul 17 15:11:36 2005 +0000

description:
Quieten CHECK_WRKREF. The dumped environment variables is not a problem.

diffstat:

 shells/scsh/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r b24f7bb52d73 -r aba32ab66015 shells/scsh/Makefile
--- a/shells/scsh/Makefile      Sun Jul 17 14:40:21 2005 +0000
+++ b/shells/scsh/Makefile      Sun Jul 17 15:11:36 2005 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index