diff options
author | Martin Cracauer <cracauer@FreeBSD.org> | 2003-05-12 15:13:55 +0000 |
---|---|---|
committer | Martin Cracauer <cracauer@FreeBSD.org> | 2003-05-12 15:13:55 +0000 |
commit | 106c49ef835d919e102b23cadf0bd7509a0fa1da (patch) | |
tree | 35b2cc4e425edfbcbf4a34afa9545d61e78fb1c4 /lang/cmucl | |
parent | b2d5d19f1c58ca62fc010963ea582b2cdf14f5de (diff) |
Correct ftp address for optional packages.
Notes
Notes:
svn path=/head/; revision=80831
Diffstat (limited to 'lang/cmucl')
-rw-r--r-- | lang/cmucl/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cmucl/pkg-descr b/lang/cmucl/pkg-descr index 9bccbb97769b..7a9388d44776 100644 --- a/lang/cmucl/pkg-descr +++ b/lang/cmucl/pkg-descr @@ -15,7 +15,7 @@ prevent compilation to efficient code. Optional packages for graphical user interfaces and other Common Lisp applications and libraries (Eg. the "Hemlock" Editor) are on -ftp://ftp2.cons.org/pub/languages/lisp/cmucl/binaries/ (FreeBSD-Binaries) +ftp://ftp2.cons.org/pub/languages/lisp/cmucl/release/ (FreeBSD-Binaries) and ftp://ftp2.cons.org/pub/languages/lisp/cmucl/ports/ (source). WWW: http://www.cons.org/cmucl/ |