diff options
author | obache <obache> | 2008-06-06 00:16:57 +0000 |
---|---|---|
committer | obache <obache> | 2008-06-06 00:16:57 +0000 |
commit | 04afd9110cae5738d98dc3864eb21e55aecaf303 (patch) | |
tree | 626ed577d0331d9dc5ffd1b4f6964a2854445165 /lang/sbcl | |
parent | c59a814337d3f86529a0f0643730ed30f959179e (diff) | |
download | pkgsrc-04afd9110cae5738d98dc3864eb21e55aecaf303.tar.gz |
Fix typo.
Diffstat (limited to 'lang/sbcl')
-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 599a6d286e9..0eeee1a5c90 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/05/28 14:06:31 jonb Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/06 00:16:57 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/ \ |