diff options
author | garga <garga@FreeBSD.org> | 2006-02-14 23:21:21 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-02-14 23:21:21 +0800 |
commit | 55454bad0957721c91d1aaf37ec7e865b72997ab (patch) | |
tree | 2d7bd4c30aa485ee0274f46ac44f9b6fffe61102 /math | |
parent | 19a89730ac70e3b528270fb00f548657373cf8d2 (diff) | |
download | freebsd-ports-gnome-55454bad0957721c91d1aaf37ec7e865b72997ab.tar.gz freebsd-ports-gnome-55454bad0957721c91d1aaf37ec7e865b72997ab.tar.zst freebsd-ports-gnome-55454bad0957721c91d1aaf37ec7e865b72997ab.zip |
- Make it fetchable again
- Fix WWW
PR: ports/93335
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Diffstat (limited to 'math')
-rw-r--r-- | math/lambda/Makefile | 2 | ||||
-rw-r--r-- | math/lambda/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/lambda/Makefile b/math/lambda/Makefile index 01120fa49f07..ff96e9d09d05 100644 --- a/math/lambda/Makefile +++ b/math/lambda/Makefile @@ -9,7 +9,7 @@ PORTNAME= lambda PORTVERSION= 0.1.4 CATEGORIES= math -MASTER_SITES= http://66.47.116.75/~demo/lambda/ +MASTER_SITES= http://www.freebsdbrasil.com.br/~jmelo/ MAINTAINER= ports@FreeBSD.org COMMENT= A lambda calculus interpreter diff --git a/math/lambda/pkg-descr b/math/lambda/pkg-descr index a3eecc6d2c66..43695102c169 100644 --- a/math/lambda/pkg-descr +++ b/math/lambda/pkg-descr @@ -13,4 +13,4 @@ Current features: * List definitions. * Some lambda calculus theory. -WWW: http://66.47.116.75/~demo/lambda/ +WWW: http://uniquesoftwaredesigns.com/lambda/docs/lambda.html |