From 3c32c060b419335411456b4e0ccb1e225ebf7469 Mon Sep 17 00:00:00 2001 From: obache Date: Wed, 25 Jun 2008 23:42:19 +0000 Subject: Fix typo in SED pattern. Noticed by Chavdar Ivanov in PR 39039. --- lang/sbcl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 0eeee1a5c90..1e66ff9a866 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -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_CLASSES+= fix-gtar 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/ \ -- cgit v1.2.3