pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells/scsh CHECK_WRKREF_SKIP is relative.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ebc1735e9621
branches: trunk
changeset: 522302:ebc1735e9621
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Dec 06 18:59:28 2006 +0000
description:
CHECK_WRKREF_SKIP is relative.
diffstat:
shells/scsh/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 762d1ace3ccf -r ebc1735e9621 shells/scsh/Makefile
--- a/shells/scsh/Makefile Wed Dec 06 18:58:45 2006 +0000
+++ b/shells/scsh/Makefile Wed Dec 06 18:59:28 2006 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index