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.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b02cc9df8906
branches:  trunk
changeset: 543143:b02cc9df8906
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Jun 06 00:16:57 2008 +0000

description:
Fix typo.

diffstat:

 lang/sbcl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fde350776131 -r b02cc9df8906 lang/sbcl/Makefile
--- a/lang/sbcl/Makefile        Thu Jun 05 21:04:20 2008 +0000
+++ b/lang/sbcl/Makefile        Fri Jun 06 00:16:57 2008 +0000
@@ -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_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