diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-08-15 19:07:31 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-08-15 19:07:31 +0000 |
commit | 337d24507705aed20e4405f6f844933a321311ea (patch) | |
tree | 0a833110ff4a167dd429aa3bc9389ed881c887c7 /lang/cmucl | |
parent | 77d979f9d5739e31fbc44238f2533573b8c57473 (diff) |
Notes
Diffstat (limited to 'lang/cmucl')
-rw-r--r-- | lang/cmucl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index c63b030fc709..1ac6f17d89e5 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -17,7 +17,7 @@ MASTER_SITES= http://common-lisp.net/pub/project/cmucl/release/${PORTVERSION}/ \ ftp://ftp.tepus.com/pub/project/cmucl/release/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd_6.3-release -MAINTAINER= cracauer@cons.org +MAINTAINER= ports@FreeBSD.org COMMENT= The CMU implementation of Common Lisp LIB_DEPENDS= c.6:${PORTSDIR}/misc/compat6x |