diff options
author | anray <anray@FreeBSD.org> | 2006-02-10 23:07:06 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-02-10 23:07:06 +0800 |
commit | 6322dbfa3b587d8703bb33a411a3b024f16837a6 (patch) | |
tree | 210ca73e10f08090bd3f28f670fe4d2d2118fb63 /lang/rscheme/Makefile | |
parent | aec5c18159c20b57cadffad894c320012516cea7 (diff) | |
download | freebsd-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/Makefile | 13 |
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> |