summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/sml-nj-devel/Makefile4
-rw-r--r--lang/sml-nj/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/lang/sml-nj-devel/Makefile b/lang/sml-nj-devel/Makefile
index e9efba266027..9a20dc500de8 100644
--- a/lang/sml-nj-devel/Makefile
+++ b/lang/sml-nj-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 July 1998
# Whom: jkoshy
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/07/15 10:05:42 jkoshy Exp $
#
DISTNAME= 110-bin.x86-unix
@@ -36,6 +36,8 @@ SML_BINDIR= ${SML_BASE}/bin
SML_SRCDIR= ${SML_BASE}/src
SML_EXES= ml-burg ml-lex ml-yacc sml sml-cm
+BROKEN= Need to install documentation and library sources.
+
# The build target needs to run $WRKDIR/config/install.sh
do-build:
cd ${WRKDIR} && ./config/install.sh
diff --git a/lang/sml-nj/Makefile b/lang/sml-nj/Makefile
index e9efba266027..9a20dc500de8 100644
--- a/lang/sml-nj/Makefile
+++ b/lang/sml-nj/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 July 1998
# Whom: jkoshy
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/07/15 10:05:42 jkoshy Exp $
#
DISTNAME= 110-bin.x86-unix
@@ -36,6 +36,8 @@ SML_BINDIR= ${SML_BASE}/bin
SML_SRCDIR= ${SML_BASE}/src
SML_EXES= ml-burg ml-lex ml-yacc sml sml-cm
+BROKEN= Need to install documentation and library sources.
+
# The build target needs to run $WRKDIR/config/install.sh
do-build:
cd ${WRKDIR} && ./config/install.sh