diff options
author | obache <obache@pkgsrc.org> | 2008-06-25 23:42:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-06-25 23:42:19 +0000 |
commit | 3c32c060b419335411456b4e0ccb1e225ebf7469 (patch) | |
tree | 8751a741f630e8c01445386feb637ccd684b5b22 /lang | |
parent | ab0e7394b0a0844232974651c3e9cb3d575b6ebf (diff) | |
download | pkgsrc-3c32c060b419335411456b4e0ccb1e225ebf7469.tar.gz |
Fix typo in SED pattern.
Noticed by Chavdar Ivanov in PR 39039.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sbcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/ \ |