diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-11-22 04:46:10 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-11-22 04:46:10 +0000 |
commit | 873678116d83d302e14159f22e6e28a7f1f0bf9a (patch) | |
tree | 4bca06be38622b6b90c286f78c40fad315f8d313 /lang/sml-nj/Makefile | |
parent | d5655a0c2a2c5f15ad7896ea653ffee09b557ef3 (diff) | |
download | ports-873678116d83d302e14159f22e6e28a7f1f0bf9a.tar.gz ports-873678116d83d302e14159f22e6e28a7f1f0bf9a.zip |
Notes
Diffstat (limited to 'lang/sml-nj/Makefile')
-rw-r--r-- | lang/sml-nj/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/lang/sml-nj/Makefile b/lang/sml-nj/Makefile index 0c88dcaec814..1089bfcc3d4a 100644 --- a/lang/sml-nj/Makefile +++ b/lang/sml-nj/Makefile @@ -3,19 +3,15 @@ # Date created: 7 July 1998 # Whom: jkoshy # -# $Id: Makefile,v 1.2 1998/07/20 07:56:58 jkoshy Exp $ +# $Id: Makefile,v 1.3 1998/11/20 08:14:12 jkoshy Exp $ # DISTNAME= 110.9.1-bin.x86-unix PKGNAME= smlnj-110.9.1 CATEGORIES= lang MASTER_SITES= ftp://ftp.research.bell-labs.com/dist/smlnj/working/110.9.1/ \ - ftp://rodin.stanford.edu/pub/smlnj/working/110.9.1/ \ - ftp://flint.cs.yale.edu/pub/smlnj/working/110.9.1/ \ ftp://ftp.diku.dk/pub/smlnj/working/110.9.1/ \ - ftp://ftp.cl.cam.ac.uk/MIRRORED/smlnj/working/110.9.1/ \ ftp://sunsite.doc.ic.ac.uk/computing/programming/languages/ml/smlnj/working/110.9.1/ \ - ftp://ftp.ntua.gr/pub/lang/smlnj/working/110.9.1/ \ ftp://compiler.kaist.ac.kr/pub/sml/working/110.9.1/ DISTFILES= 110.9.1-bin.x86-unix.tar.Z 110.9.1-cm.tar.Z 110.9.1-cml.tar.Z \ 110.9.1-config.tar.Z 110.9.1-eXene.tar.Z \ @@ -25,6 +21,14 @@ DISTFILES= 110.9.1-bin.x86-unix.tar.Z 110.9.1-cm.tar.Z 110.9.1-cml.tar.Z \ MAINTAINER= jkoshy@freebsd.org +BROKEN_ELF= build error +# Other mirror sites that generally carry only released versions of SML +# ftp://rodin.stanford.edu/pub/smlnj/release/ +# ftp://ftp.cl.cam.ac.uk/MIRRORED/smlnj/release/ +# ftp://ftp.ntua.gr/pub/lang/smlnj/release/ +# Mirror sites that keep files around in gzipped format +# ftp://flint.cs.yale.edu/pub/smlnj/working/110.9.1/ + DIST_SUBDIR= sml-nj NO_WRKSUBDIR= yes EXTRACT_ONLY= 110.9.1-config.tar.Z |