aboutsummaryrefslogtreecommitdiffstats
path: root/lang/rscheme/Makefile
diff options
context:
space:
mode:
authoranray <anray@FreeBSD.org>2006-02-10 23:07:06 +0800
committeranray <anray@FreeBSD.org>2006-02-10 23:07:06 +0800
commit6322dbfa3b587d8703bb33a411a3b024f16837a6 (patch)
tree210ca73e10f08090bd3f28f670fe4d2d2118fb63 /lang/rscheme/Makefile
parentaec5c18159c20b57cadffad894c320012516cea7 (diff)
downloadfreebsd-ports-gnome-6322dbfa3b587d8703bb33a411a3b024f16837a6.tar.gz
freebsd-ports-gnome-6322dbfa3b587d8703bb33a411a3b024f16837a6.tar.zst
freebsd-ports-gnome-6322dbfa3b587d8703bb33a411a3b024f16837a6.zip
* Update to 0.7.3.3
* Update master sites. * Fix build and unbreak port.
Diffstat (limited to 'lang/rscheme/Makefile')
-rw-r--r--lang/rscheme/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/lang/rscheme/Makefile b/lang/rscheme/Makefile
index 1646fb33c845..fed44a7fc919 100644
--- a/lang/rscheme/Makefile
+++ b/lang/rscheme/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= rscheme
-PORTVERSION= 0.7.3.2
+PORTVERSION= 0.7.3.3
CATEGORIES= lang scheme
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= http://www.rscheme.org/rs/b/${PORTVERSION}/32/
DISTNAME= rs-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
@@ -28,12 +27,6 @@ MAKE_ENV= REAL_PREFIX=${PREFIX}
BOOTSTRAP_DIR= ${WRKDIR}/${DISTNAME}
BOOTSTRAP_TARGET= stage1
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN= "Coredump during build"
-.endif
-
post-extract:
@${MKDIR} ${WRKSRC} ${WRKDIR}/build
@@ -50,4 +43,4 @@ do-install:
(cd ${WRKDIR}/build && ${TAR} -c -f - resource) \
| (cd ${DATADIR} && ${TAR} --unlink -x -f -)
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>