diff options
Diffstat (limited to 'lang/scheme48/Makefile')
-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 |