diff options
Diffstat (limited to 'lang/cmucl/Makefile')
-rw-r--r-- | lang/cmucl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index 248cb1e887b5..8c9260496ea4 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -12,7 +12,8 @@ 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://people.FreeBSD.org/~cracauer/freebsd-distfiles/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= cracauer DISTNAME= cmucl-18b.x86.freebsd22 EXTRACT_SUFX= .tgz |