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/