diff options
author | itetcu <itetcu@FreeBSD.org> | 2010-04-08 02:08:23 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2010-04-08 02:08:23 +0800 |
commit | 7d9f4b6fe526788584916105b39e6bf94c2e4eb3 (patch) | |
tree | ba3c05a45f1db650ea1c2d97cba584c680019a1b /math/clarence | |
parent | aa223d8ce861291d2058cea37257ec82b4c4c303 (diff) | |
download | freebsd-ports-gnome-7d9f4b6fe526788584916105b39e6bf94c2e4eb3.tar.gz freebsd-ports-gnome-7d9f4b6fe526788584916105b39e6bf94c2e4eb3.tar.zst freebsd-ports-gnome-7d9f4b6fe526788584916105b39e6bf94c2e4eb3.zip |
- Fix MASTER_SITES
- WWW is just a links collection site now
Submitted by: QAT
Diffstat (limited to 'math/clarence')
-rw-r--r-- | math/clarence/Makefile | 3 | ||||
-rw-r--r-- | math/clarence/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/math/clarence/Makefile b/math/clarence/Makefile index 8a1035953c77..c590716ac5e6 100644 --- a/math/clarence/Makefile +++ b/math/clarence/Makefile @@ -10,7 +10,8 @@ PORTNAME= clarence PORTVERSION= 0.4.4 PORTREVISION= 8 CATEGORIES= math python -MASTER_SITES= http://clay.ll.pl/download/ +MASTER_SITES= http://www.sourcefiles.org/Productivity_Tools/Calculators/ \ + ftp://ftp.tu-chemnitz.de/.SAN0/pub/linux/sunsite.unc-mirror/distributions/sourcemage/grimoire/fallback/fallback/ MAINTAINER= psh@iki.fi COMMENT= Programmer's calculator diff --git a/math/clarence/pkg-descr b/math/clarence/pkg-descr index 3798b1515309..4e0bb9c949fe 100644 --- a/math/clarence/pkg-descr +++ b/math/clarence/pkg-descr @@ -1,3 +1 @@ Clarence is a small Gtk gui based programmer's calculator. - -WWW: http://clay.ll.pl/projects.html#clarence |