diff options
author | Martin Cracauer <cracauer@FreeBSD.org> | 1998-12-02 23:42:14 +0000 |
---|---|---|
committer | Martin Cracauer <cracauer@FreeBSD.org> | 1998-12-02 23:42:14 +0000 |
commit | 066d2e3865c4092eb1b8b4fce5f35515ffe6877a (patch) | |
tree | 3778cd769a8b064bf11f14f989cab0ab67d42c88 /lang/cmucl | |
parent | f6fb1af174fc8ecb33e59697ae3d9700492c7edb (diff) | |
download | ports-066d2e3865c4092eb1b8b4fce5f35515ffe6877a.tar.gz ports-066d2e3865c4092eb1b8b4fce5f35515ffe6877a.zip |
Notes
Diffstat (limited to 'lang/cmucl')
-rw-r--r-- | lang/cmucl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index a7a010f567a5..233e913822aa 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -3,7 +3,7 @@ # Date created: Jul, 15, 1997 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.6 1998/06/27 05:19:06 asami Exp $ +# $Id: Makefile,v 1.7 1998/11/02 11:10:10 cracauer Exp $ # # @@ -12,7 +12,8 @@ PKGNAME= cmucl-18b CATEGORIES= lang MASTER_SITES= http://www2.cons.org:8000/freebsd-distfiles/ \ ftp://ftp2.cons.org/pub/languages/lisp/cmucl/release/ \ - http://www2.cons.org:8000/ftp-area/cmucl/release/ + http://www2.cons.org:8000/ftp-area/cmucl/release/ \ + http://www.freebsd.org/~cracauer/freebsd-distfiles/ EXTRACT_SUFX= .tgz MAINTAINER= cracauer@cons.org |