diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-01-30 09:47:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-01-30 09:47:08 +0000 |
commit | 96638e025efd610e0122aedabca27d6cc6172c9e (patch) | |
tree | f8f81016641c83d4df375ff5d44a0aef1cd4a598 /lang/sbcl | |
parent | ac1275252d1f8306fad3f36c0c65c5f8021caecc (diff) |
Notes
Diffstat (limited to 'lang/sbcl')
-rw-r--r-- | lang/sbcl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 973e1f8c5620..8b8a825882ee 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -18,6 +18,8 @@ DISTFILES+= ${DISTNAME}-html${EXTRACT_SUFX} MAINTAINER= des@FreeBSD.org COMMENT= A Common Lisp development system derived from the CMU CL system +FORBIDDEN= "Creates /almost-certainly-does-not-exist" + # If you have a previous version of SBCL installed, you can use it # instead of CMUCL to build the port, then deinstall it before # installing the new version. |