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/scheme48 | |
parent | Use the virtual category "scheme" (part ii) (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>
Diffstat (limited to 'lang/scheme48')
-rw-r--r-- | lang/scheme48/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index a72357b0a218..5e85187eb6f9 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -7,15 +7,15 @@ PORTNAME= scheme48 PORTVERSION= 0.57 -CATEGORIES= lang +CATEGORIES= lang scheme MASTER_SITES= http://s48.org/0.57/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= The Scheme Underground's implementation of R4RS -GNU_CONFIGURE= yes -ALL_TARGET = enough +GNU_CONFIGURE= yes +ALL_TARGET= enough STRIP= MAN1= scheme48.1 |