pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/sbcl Fix typo in SED pattern.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7a8ff48fdc55
branches: trunk
changeset: 543914:7a8ff48fdc55
user: obache <obache%pkgsrc.org@localhost>
date: Wed Jun 25 23:42:19 2008 +0000
description:
Fix typo in SED pattern.
Noticed by Chavdar Ivanov in PR 39039.
diffstat:
lang/sbcl/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 444127ec615a -r 7a8ff48fdc55 lang/sbcl/Makefile
--- a/lang/sbcl/Makefile Wed Jun 25 18:17:33 2008 +0000
+++ b/lang/sbcl/Makefile Wed Jun 25 23:42:19 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/06/06 00:16:57 obache Exp $
+# $NetBSD: Makefile,v 1.18 2008/06/25 23:42:19 obache Exp $
.include "../../mk/bsd.prefs.mk"
@@ -53,7 +53,7 @@
SUBST_STAGE.fix-gtar= pre-configure
SUBST_MESSAGE.fix-gtar= fixing gtar references
SUBST_FILES.fix-gtar= contrib/asdf-install/installer.lisp
-SUBST_SED.fix-gtar= -e 's,@GTAR@.${GTAR},g'
+SUBST_SED.fix-gtar= -e 's,@GTAR@,${GTAR},g'
do-build:
export SBCL_HOME=${WRKDIR}/lib/sbcl/ \
Home |
Main Index |
Thread Index |
Old Index