summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-10-16 14:48:09 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-10-16 14:48:09 +0000
commitcf1ae89fdf603581c86671ac96e3deb5f14ffdb6 (patch)
tree0168fa78e57e4e7d823bf0c672e7ca24cd1fc19d /devel
parentUse MAKE_ARGS (diff)
Populate virtual category "lisp"
PR: ports/86370 Submitted by: Julian Stecklina Approved by: portmgr (linimon)
Diffstat (limited to 'devel')
-rw-r--r--devel/cl-asdf-clisp/Makefile2
-rw-r--r--devel/cl-asdf-cmucl/Makefile2
-rw-r--r--devel/cl-asdf-sbcl/Makefile2
-rw-r--r--devel/cl-asdf/Makefile2
-rw-r--r--devel/cl-port-clisp/Makefile2
-rw-r--r--devel/cl-port-sbcl/Makefile2
-rw-r--r--devel/cl-port/Makefile2
-rw-r--r--devel/cl-split-sequence-clisp/Makefile2
-rw-r--r--devel/cl-split-sequence-cmucl/Makefile2
-rw-r--r--devel/cl-split-sequence-sbcl/Makefile2
-rw-r--r--devel/cl-split-sequence/Makefile2
-rw-r--r--devel/cl-uffi-cmucl/Makefile2
-rw-r--r--devel/cl-uffi-sbcl/Makefile2
-rw-r--r--devel/cl-uffi/Makefile2
-rw-r--r--devel/clisp-hyperspec/Makefile2
15 files changed, 15 insertions, 15 deletions
diff --git a/devel/cl-asdf-clisp/Makefile b/devel/cl-asdf-clisp/Makefile
index 6ee198a8494a..7a8b52785dd1 100644
--- a/devel/cl-asdf-clisp/Makefile
+++ b/devel/cl-asdf-clisp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= asdf
PORTVERSION= 2003.05.16
PORTREVISION= 1
-CATEGORIES= devel
+CATEGORIES= devel lisp
MASTER_SITES= http://www.henrik-motakef.de/freebsd-distfiles/asdf/
PKGNAMEPREFIX= cl-
PKGNAMESUFFIX= -clisp
diff --git a/devel/cl-asdf-cmucl/Makefile b/devel/cl-asdf-cmucl/Makefile
index f8c1552118ed..2315d821b420 100644
--- a/devel/cl-asdf-cmucl/Makefile
+++ b/devel/cl-asdf-cmucl/Makefile
@@ -6,7 +6,7 @@
PORTNAME= asdf
PORTVERSION= 2003.05.16
-CATEGORIES= devel
+CATEGORIES= devel lisp
MASTER_SITES= http://www.henrik-motakef.de/freebsd-distfiles/asdf/
PKGNAMEPREFIX= cl-
PKGNAMESUFFIX= -cmucl
diff --git a/devel/cl-asdf-sbcl/Makefile b/devel/cl-asdf-sbcl/Makefile
index 207ad11e2cfd..e4bbba036aad 100644
--- a/devel/cl-asdf-sbcl/Makefile
+++ b/devel/cl-asdf-sbcl/Makefile
@@ -6,7 +6,7 @@
PORTNAME= asdf
PORTVERSION= 2003.05.16
-CATEGORIES= devel
+CATEGORIES= devel lisp
MASTER_SITES= http://www.henrik-motakef.de/freebsd-distfiles/asdf/
PKGNAMEPREFIX= cl-
PKGNAMESUFFIX= -sbcl
diff --git a/devel/cl-asdf/Makefile b/devel/cl-asdf/Makefile
index 720e9d112753..10f1a56d24d8 100644
--- a/devel/cl-asdf/Makefile
+++ b/devel/cl-asdf/Makefile
@@ -7,7 +7,7 @@
PORTNAME= asdf
PORTVERSION= 2003.05.16
PORTREVISION= 1
-CATEGORIES= devel
+CATEGORIES= devel lisp
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pav
PKGNAMEPREFIX= cl-
diff --git a/devel/cl-port-clisp/Makefile b/devel/cl-port-clisp/Makefile
index 35677893b411..66a172d2cb75 100644
--- a/devel/cl-port-clisp/Makefile
+++ b/devel/cl-port-clisp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= port
PORTVERSION= 2002.10.02.1
PORTREVISION= 1
-CATEGORIES= devel
+CATEGORIES= devel lisp
MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \
ftp://ftp.ntnu.no/pub/lisp/cclan/ \
ftp://www.aarg.net/pub/cclan/ \
diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile
index 8f3448d25408..02493596bb2a 100644
--- a/devel/cl-port-sbcl/Makefile
+++ b/devel/cl-port-sbcl/Makefile
@@ -6,7 +6,7 @@
PORTNAME= port
PORTVERSION= 2002.10.02.1
-CATEGORIES= devel
+CATEGORIES= devel lisp
MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \
ftp://ftp.ntnu.no/pub/lisp/cclan/ \
ftp://www.aarg.net/pub/cclan/ \
diff --git a/devel/cl-port/Makefile b/devel/cl-port/Makefile
index e2c4490dc38d..452593c1a269 100644
--- a/devel/cl-port/Makefile
+++ b/devel/cl-port/Makefile
@@ -6,7 +6,7 @@
PORTNAME= port
PORTVERSION= 2002.10.02.1
-CATEGORIES= devel
+CATEGORIES= devel lisp
MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \
ftp://ftp.ntnu.no/pub/lisp/cclan/ \
ftp://www.aarg.net/pub/cclan/ \
diff --git a/devel/cl-split-sequence-clisp/Makefile b/devel/cl-split-sequence-clisp/Makefile
index a6961c0ff3e2..afdc91b23f4e 100644
--- a/devel/cl-split-sequence-clisp/Makefile
+++ b/devel/cl-split-sequence-clisp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= split-sequence
PORTVERSION= 20011114.1
PORTREVISION= 1
-CATEGORIES= devel
+CATEGORIES= devel lisp
MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \
ftp://ftp.ntnu.no/pub/lisp/cclan/ \
ftp://www.aarg.net/pub/cclan/ \
diff --git a/devel/cl-split-sequence-cmucl/Makefile b/devel/cl-split-sequence-cmucl/Makefile
index 8c0678f2d386..fa377f78a49f 100644
--- a/devel/cl-split-sequence-cmucl/Makefile
+++ b/devel/cl-split-sequence-cmucl/Makefile
@@ -6,7 +6,7 @@
PORTNAME= split-sequence
PORTVERSION= 20011114.1
-CATEGORIES= devel
+CATEGORIES= devel lisp
MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \
ftp://ftp.ntnu.no/pub/lisp/cclan/ \
ftp://www.aarg.net/pub/cclan/ \
diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile
index 325b7246c30f..160596026886 100644
--- a/devel/cl-split-sequence-sbcl/Makefile
+++ b/devel/cl-split-sequence-sbcl/Makefile
@@ -6,7 +6,7 @@
PORTNAME= split-sequence
PORTVERSION= 20011114.1
-CATEGORIES= devel
+CATEGORIES= devel lisp
MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \
ftp://ftp.ntnu.no/pub/lisp/cclan/ \
ftp://www.aarg.net/pub/cclan/ \
diff --git a/devel/cl-split-sequence/Makefile b/devel/cl-split-sequence/Makefile
index d6dc4433e43b..0c0f40b89dce 100644
--- a/devel/cl-split-sequence/Makefile
+++ b/devel/cl-split-sequence/Makefile
@@ -6,7 +6,7 @@
PORTNAME= split-sequence
PORTVERSION= 20011114.1
-CATEGORIES= devel
+CATEGORIES= devel lisp
MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \
ftp://ftp.ntnu.no/pub/lisp/cclan/ \
ftp://www.aarg.net/pub/cclan/ \
diff --git a/devel/cl-uffi-cmucl/Makefile b/devel/cl-uffi-cmucl/Makefile
index 675549c57361..a0806388cd72 100644
--- a/devel/cl-uffi-cmucl/Makefile
+++ b/devel/cl-uffi-cmucl/Makefile
@@ -6,7 +6,7 @@
PORTNAME= uffi
PORTVERSION= 1.4.37
-CATEGORIES= devel
+CATEGORIES= devel lisp
MASTER_SITES= http://files.b9.com/uffi/
PKGNAMEPREFIX= cl-
PKGNAMESUFFIX= -cmucl
diff --git a/devel/cl-uffi-sbcl/Makefile b/devel/cl-uffi-sbcl/Makefile
index 32b9b9b7df63..270a3caf011e 100644
--- a/devel/cl-uffi-sbcl/Makefile
+++ b/devel/cl-uffi-sbcl/Makefile
@@ -6,7 +6,7 @@
PORTNAME= uffi
PORTVERSION= 1.4.37
-CATEGORIES= devel
+CATEGORIES= devel lisp
MASTER_SITES= http://files.b9.com/uffi/
PKGNAMEPREFIX= cl-
PKGNAMESUFFIX= -sbcl
diff --git a/devel/cl-uffi/Makefile b/devel/cl-uffi/Makefile
index e0e7990c38d3..072fc1c3a0bd 100644
--- a/devel/cl-uffi/Makefile
+++ b/devel/cl-uffi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= uffi
PORTVERSION= 1.4.37
-CATEGORIES= devel
+CATEGORIES= devel lisp
MASTER_SITES= http://files.b9.com/uffi/
PKGNAMEPREFIX= cl-
diff --git a/devel/clisp-hyperspec/Makefile b/devel/clisp-hyperspec/Makefile
index 9f0f2726453f..26d403c5cf24 100644
--- a/devel/clisp-hyperspec/Makefile
+++ b/devel/clisp-hyperspec/Makefile
@@ -7,7 +7,7 @@
PORTNAME= clisp-hyperspec
PORTVERSION= 7.0
-CATEGORIES= devel
+CATEGORIES= devel lisp
MASTER_SITES= ftp://ftp.lispworks.com/pub/software_tools/reference/
DISTNAME= HyperSpec-7-0