diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 00:09:58 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 00:09:58 +0000 |
commit | 35fc62a6c3987f2a495454e42d8c7d7e50f7cc74 (patch) | |
tree | 2b2180fc9a86b57766bcc66753aca063e76f5518 /lang/rscheme | |
parent | 8294a1d6082ef84d5f1d23078f9a89870c55ea55 (diff) |
Use the new virtual category 'scheme'
- Add the virtual category 'scheme' to the orphan ports
- Fix the chicken's csc script
- Minor portlint cleanups
PR: ports/55265
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Notes
Notes:
svn path=/head/; revision=87819
Diffstat (limited to 'lang/rscheme')
-rw-r--r-- | lang/rscheme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rscheme/Makefile b/lang/rscheme/Makefile index a74a6e0518a8..0c401a5739d7 100644 --- a/lang/rscheme/Makefile +++ b/lang/rscheme/Makefile @@ -7,7 +7,7 @@ PORTNAME= rscheme PORTVERSION= 0.7.3.2 -CATEGORIES= lang +CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= rs-${PORTVERSION} |