pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/sbcl



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue May 12 17:05:33 UTC 2020

Modified Files:
        pkgsrc/lang/sbcl: Makefile

Log Message:
lang/sbcl: clean up SUBST_FILES

These files use SBCL_PREFIX instead of a literal string now.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/lang/sbcl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/sbcl/Makefile
diff -u pkgsrc/lang/sbcl/Makefile:1.85 pkgsrc/lang/sbcl/Makefile:1.86
--- pkgsrc/lang/sbcl/Makefile:1.85      Sat May  9 13:28:09 2020
+++ pkgsrc/lang/sbcl/Makefile   Tue May 12 17:05:33 2020
@@ -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 @@ BUILD_DEPENDS+=               sbcl-[0-9]*:../../lang/
 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