From 797ae793cd06542c9bedf7d98e3fc2523e48ab62 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 8 Dec 2005 09:14:50 +0000 Subject: Fixed PLIST quoting issue introduced by the recent "pkglint --autofix" change. --- lang/smlnj/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/smlnj') diff --git a/lang/smlnj/Makefile.common b/lang/smlnj/Makefile.common index a1c56a9350b..e458cf295b9 100644 --- a/lang/smlnj/Makefile.common +++ b/lang/smlnj/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2005/12/05 20:50:27 rillig Exp $ +# $NetBSD: Makefile.common,v 1.6 2005/12/08 09:15:37 rillig Exp $ # smlnj also supports hppa, sparc, ppc, mlrisc & alpha # pkg support for those platforms, and say, solaris-x86 @@ -28,4 +28,4 @@ NLFFI= "@comment " BOX= ${MACHINE_ARCH} .endif -PLIST_SUBST+= BOX=${BOX:Q} OS=${OS:Q} NLFFI=${NLFFI:Q} +PLIST_SUBST+= BOX=${BOX:Q} OS=${OS:Q} NLFFI=${NLFFI} -- cgit v1.2.3