diff options
author | vs <vs@FreeBSD.org> | 2005-10-16 22:48:09 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-16 22:48:09 +0800 |
commit | 462032a41230e1f78bbd8fae91fc1ab1ffe083b0 (patch) | |
tree | 84ecb567366486d811a014d4e1f8e6a9eb220555 /lang/cmucl | |
parent | 71150abd9230c440fd5f7d17bbd19d60ac85c498 (diff) | |
download | freebsd-ports-graphics-462032a41230e1f78bbd8fae91fc1ab1ffe083b0.tar.gz freebsd-ports-graphics-462032a41230e1f78bbd8fae91fc1ab1ffe083b0.tar.zst freebsd-ports-graphics-462032a41230e1f78bbd8fae91fc1ab1ffe083b0.zip |
Populate virtual category "lisp"
PR: ports/86370
Submitted by: Julian Stecklina
Approved by: portmgr (linimon)
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 da5914af726..8ed1b9ff046 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -8,7 +8,7 @@ PORTNAME= cmucl PORTVERSION= 19a -CATEGORIES= lang +CATEGORIES= lang lisp MASTER_SITES= ftp://ftp.common-lisp.net/pub/project/cmucl/release/19a/ \ http://www.pmsf.de/pub/cmucl/release/19a/ \ ftp://ftp.averillpark.net/cmucl/release/19a/ \ |