diff options
Diffstat (limited to 'lang/sagittarius-scheme/Makefile')
-rw-r--r-- | lang/sagittarius-scheme/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/sagittarius-scheme/Makefile b/lang/sagittarius-scheme/Makefile index cd304b4f90c0..009bee3772b6 100644 --- a/lang/sagittarius-scheme/Makefile +++ b/lang/sagittarius-scheme/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= sagittarius -PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTVERSION= 0.8.6 CATEGORIES= lang -MASTER_SITES= https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ \ - LOCAL/ashish +MASTER_SITES= https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ PKGNAMESUFFIX= -scheme MAINTAINER= ashish@FreeBSD.org @@ -49,7 +47,4 @@ post-patch-ODBC-off: post-install: @${LN} -sf ${PREFIX}/bin/sagittarius ${STAGEDIR}${PREFIX}/bin/sash -post-build: - @${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} doc - .include <bsd.port.post.mk> |