diff options
author | asau <asau@pkgsrc.org> | 2009-09-22 15:07:23 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-09-22 15:07:23 +0000 |
commit | 97eee7cd18d1ccc850d58b06a8f05265a2a5ba18 (patch) | |
tree | 8db1475be05aa1f74d2fbb57c2e8b7823605a2a0 | |
parent | ca3937a20c8089a9cc7730e8b9ad9ffa5bccd50d (diff) | |
download | pkgsrc-97eee7cd18d1ccc850d58b06a8f05265a2a5ba18.tar.gz |
Remove comment about outdated mirror.
-rw-r--r-- | lang/smlnj/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/smlnj/Makefile b/lang/smlnj/Makefile index 160033c8447..0015cd8381b 100644 --- a/lang/smlnj/Makefile +++ b/lang/smlnj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2009/09/22 14:48:47 asau Exp $ +# $NetBSD: Makefile,v 1.21 2009/09/22 15:07:23 asau Exp $ # DISTNAME= boot.${BOX}-unix @@ -29,9 +29,6 @@ SML_VERSION= 110.71 PKG_DESTDIR_SUPPORT= user-destdir -# Other mirror sites that generally carry only released versions of SML -# ftp://rodin.stanford.edu/pub/smlnj/release/ - WRKSRC= ${WRKDIR} DIST_SUBDIR= smlnj-${SML_VERSION} USE_TOOLS+= gmake pax |