diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-10-27 12:49:21 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-10-27 12:49:21 +0000 |
commit | 18181e71aaac85c2dda77eb4ec86ca130035ec81 (patch) | |
tree | 2080ddf3a1432553565537d1e1779d4d79c61d45 /lang/sml-nj/Makefile | |
parent | f6e9ff252f3e2b4e6549ba36338bf9a5a9d33e54 (diff) |
Notes
Diffstat (limited to 'lang/sml-nj/Makefile')
-rw-r--r-- | lang/sml-nj/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lang/sml-nj/Makefile b/lang/sml-nj/Makefile index 916944623c67..5fcd4f28903e 100644 --- a/lang/sml-nj/Makefile +++ b/lang/sml-nj/Makefile @@ -6,17 +6,17 @@ # PORTNAME= smlnj -PORTVERSION= 110.0.6 +PORTVERSION= 110.0.7 CATEGORIES= lang -MASTER_SITES= ftp://ftp.research.bell-labs.com/dist/smlnj/release/110.0.6/ \ - ftp://rodin.stanford.edu/pub/smlnj/release/110.0.6/ \ - ftp://ftp.ntua.gr//pub/lang/smlnj/release/110.0.6/ -DISTFILES= 110-bin.x86-unix.tar.Z 110-cm.tar.Z 110-cml.tar.Z \ - 110-config.tar.Z 110-eXene.tar.Z \ - 110-ml-burg.tar.Z 110-ml-lex.tar.Z \ - 110-ml-yacc.tar.Z 110-runtime.tar.Z \ - 110-smlnj-c.tar.Z 110-smlnj-lib.tar.Z -EXTRACT_ONLY= 110-config.tar.Z +MASTER_SITES= ftp://ftp.research.bell-labs.com/dist/smlnj/release/110.0.7/ \ + ftp://rodin.stanford.edu/pub/smlnj/release/110.0.7/ \ + ftp://ftp.ntua.gr//pub/lang/smlnj/release/110.0.7/ +DISTFILES= bin.x86-unix.tar.Z cm.tar.Z cml.tar.Z \ + config.tar.Z eXene.tar.Z \ + ml-burg.tar.Z ml-lex.tar.Z \ + ml-yacc.tar.Z runtime.tar.Z \ + smlnj-c.tar.Z smlnj-lib.tar.Z +EXTRACT_ONLY= config.tar.Z MAINTAINER= jkoshy@freebsd.org @@ -27,7 +27,7 @@ MAINTAINER= jkoshy@freebsd.org # Mirror sites that keep files around in gzipped format # ftp://flint.cs.yale.edu/pub/smlnj/release/110.0.6/ -DIST_SUBDIR= sml-nj +DIST_SUBDIR= sml-nj/${PORTVERSION} NO_WRKSUBDIR= yes USE_GMAKE= yes |