summaryrefslogtreecommitdiff
path: root/lang/smlnj
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-08 09:14:50 +0000
committerrillig <rillig>2005-12-08 09:14:50 +0000
commit797ae793cd06542c9bedf7d98e3fc2523e48ab62 (patch)
tree356279c88f9f511ada65af8f32de696aad0f8053 /lang/smlnj
parent917eedb6c9fcfd5b14367cd50b088dea942a36d3 (diff)
downloadpkgsrc-797ae793cd06542c9bedf7d98e3fc2523e48ab62.tar.gz
Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"
change.
Diffstat (limited to 'lang/smlnj')
-rw-r--r--lang/smlnj/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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}