diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-07 21:11:10 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-07 21:11:10 +0000 |
commit | 7d5926c3016082c88ece73c0240b4b664461379f (patch) | |
tree | d80d9fdbb306223a66a2547737350c876936d15f /lang/clisp | |
parent | 282fd8b6df901f6d3754e0910af20fadbee72f3d (diff) | |
download | ports-7d5926c3016082c88ece73c0240b4b664461379f.tar.gz ports-7d5926c3016082c88ece73c0240b4b664461379f.zip |
Notes
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 4723d8e6c11d..c6239866b3b5 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -8,8 +8,7 @@ PORTNAME= clisp PORTVERSION= 2.27 CATEGORIES= lang -MASTER_SITES= ftp://clisp.cons.org/pub/clisp/${PORTVERSION}/ \ - ftp://clisp.sourceforge.net/pub/clisp/${PORTVERSION}/ \ +MASTER_SITES= ftp://cvs2.cons.org/pub/lisp/clisp/source/${PORTVERSION}/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |