aboutsummaryrefslogtreecommitdiff
path: root/devel/wizard
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-31 21:49:24 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-31 21:49:24 +0000
commit3956173918ac0fec0982aab944be5d9ff5c3f5ab (patch)
treeb6f77c21100c25202236e24b49bd1c4df6aa7fcf /devel/wizard
parent5773bf4ab2769351ecaa53f104154927cf7c3011 (diff)
downloadports-3956173918ac0fec0982aab944be5d9ff5c3f5ab.tar.gz
ports-3956173918ac0fec0982aab944be5d9ff5c3f5ab.zip
Notes
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/