aboutsummaryrefslogtreecommitdiffstats
path: root/devel/wizard
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-11-01 05:49:24 +0800
committerlinimon <linimon@FreeBSD.org>2003-11-01 05:49:24 +0800
commita595760890ffa6694402a4a9921cd38a24bbf254 (patch)
tree355619a2e90fba430c4bff1ec22ffc46e7f92ae2 /devel/wizard
parent8206a37b6678644ac7036f2955e071da125aa66b (diff)
downloadfreebsd-ports-gnome-a595760890ffa6694402a4a9921cd38a24bbf254.tar.gz
freebsd-ports-gnome-a595760890ffa6694402a4a9921cd38a24bbf254.tar.zst
freebsd-ports-gnome-a595760890ffa6694402a4a9921cd38a24bbf254.zip
Per distfile survey, remove mastersite that disappeared in May 2002.
Diffstat (limited to 'devel/wizard')
-rw-r--r--devel/wizard/Makefile3
-rw-r--r--devel/wizard/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/wizard/Makefile b/devel/wizard/Makefile
index 78e3b54a1a4d..a0bee49c3032 100644
--- a/devel/wizard/Makefile
+++ b/devel/wizard/Makefile
@@ -9,7 +9,8 @@
PORTNAME= wizard
PORTVERSION= 1.4
CATEGORIES= devel python
-MASTER_SITES= http://www.zolera.com/opensrc/wizard/
+# mastersite disappeared in May 2002
+MASTER_SITES= # http://www.zolera.com/opensrc/wizard/
MAINTAINER= ports@FreeBSD.org
COMMENT= Classes for writing MS-style 'wizards'
diff --git a/devel/wizard/pkg-descr b/devel/wizard/pkg-descr
index 114eb7b5ee59..9ab4855e7397 100644
--- a/devel/wizard/pkg-descr
+++ b/devel/wizard/pkg-descr
@@ -13,5 +13,3 @@ containing the data the user entered. Entries can also be validated by
calling out to application-specific code. Validation can be done when the
user tries to move to the next sheet, or at the end after all the data has
been entered. The wizard module includes several validators.
-
-WWW: http://www.zolera.com/resources/opensrc/wizard/