Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/sbcl lang/sbcl: clean up SUBST_FILES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d8a4a3dc338
branches:  trunk
changeset: 431381:9d8a4a3dc338
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 12 17:05:33 2020 +0000

description:
lang/sbcl: clean up SUBST_FILES

These files use SBCL_PREFIX instead of a literal string now.

diffstat:

 lang/sbcl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2e6ddc5b156e -r 9d8a4a3dc338 lang/sbcl/Makefile
--- a/lang/sbcl/Makefile        Tue May 12 16:46:27 2020 +0000
+++ b/lang/sbcl/Makefile        Tue May 12 17:05:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2020/05/09 13:28:09 rillig Exp $
+# $NetBSD: Makefile,v 1.86 2020/05/12 17:05:33 rillig Exp $
 
 DISTNAME=              ${PKGNAME_NOREV}-source
 PKGNAME=               sbcl-1.5.7
@@ -56,7 +56,7 @@
 SUBST_CLASSES+=                        fix-paths
 SUBST_STAGE.fix-paths=         pre-configure
 SUBST_MESSAGE.fix-paths=       Fixing absolute paths.
-SUBST_FILES.fix-paths=         install.sh src/runtime/runtime.c doc/sbcl.1
+SUBST_FILES.fix-paths=         doc/sbcl.1
 SUBST_VARS.fix-paths=          PREFIX
 SUBST_SED.fix-paths+=          -e 's,/var/log,${VARBASE}/log,g'
 



Home | Main Index | Thread Index | Old Index