diff options
author | kris <kris@FreeBSD.org> | 2004-01-30 09:47:08 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-01-30 09:47:08 +0000 |
commit | b9cff27e416fe58ea928bc750d0116f95743dbd5 (patch) | |
tree | 7a8c78d9ec4f298324a4632f8e1cc52ff762739c /lang/sbcl | |
parent | 9add5687070039ced970f224c19724fb7e1e6358 (diff) | |
download | FreeBSD-ports-b9cff27e416fe58ea928bc750d0116f95743dbd5.zip FreeBSD-ports-b9cff27e416fe58ea928bc750d0116f95743dbd5.tar.gz |
FORBIDDEN: Creates /almost-certainly-does-not-exist in the root dir
*sigh*
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 973e1f8..8b8a825 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. |