diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 00:01:09 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 00:01:09 +0000 |
commit | 8294a1d6082ef84d5f1d23078f9a89870c55ea55 (patch) | |
tree | 874789feaefdd4c0669eeab1b69ac7f174434662 /lang/mit-scheme | |
parent | 6babeb84a5af4c01adbcb2042600819007e5094b (diff) | |
download | ports-8294a1d6082ef84d5f1d23078f9a89870c55ea55.tar.gz ports-8294a1d6082ef84d5f1d23078f9a89870c55ea55.zip |
Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Notes
Notes:
svn path=/head/; revision=87818
Diffstat (limited to 'lang/mit-scheme')
-rw-r--r-- | lang/mit-scheme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mit-scheme/Makefile b/lang/mit-scheme/Makefile index 4f5e3c63b7b0..f6f6855e5381 100644 --- a/lang/mit-scheme/Makefile +++ b/lang/mit-scheme/Makefile @@ -7,7 +7,7 @@ PORTNAME= mit-scheme PORTVERSION= 7.7.1 -CATEGORIES= lang +CATEGORIES= lang scheme MASTER_SITES= ftp://ftp.swiss.ai.mit.edu/pub/mit-scheme/7.7/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} OLD/${PORTVERSION} DISTNAME= scheme-${PORTVERSION}-src-ucode |