diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-07-20 07:56:58 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-07-20 07:56:58 +0000 |
commit | 4168ac7134cc437d2bc964cc93ebb6c3e5f649e5 (patch) | |
tree | e3847e917c57faaf97a8db2a1d21bb2d1cc71fd2 /lang/sml-nj/Makefile | |
parent | eb4e39eb693c9711722ed75ade5f9f7cdbf6b13d (diff) | |
download | FreeBSD-ports-4168ac7134cc437d2bc964cc93ebb6c3e5f649e5.zip FreeBSD-ports-4168ac7134cc437d2bc964cc93ebb6c3e5f649e5.tar.gz |
Mark port as BROKEN till issues on library source paths, usage of the
built in CM (Compilation Manager) etc. are understood and resolved.
Diffstat (limited to 'lang/sml-nj/Makefile')
-rw-r--r-- | lang/sml-nj/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/sml-nj/Makefile b/lang/sml-nj/Makefile index e9efba2..9a20dc50 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 |