diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-10-10 01:35:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-10-10 01:35:59 +0000 |
commit | 3f19d95a8bb273969f6291eb51fb648e006fc738 (patch) | |
tree | 2ca1e37572c587fbd810ffb61743a5ec93fafe94 /mail/vrfy | |
parent | d1e28c9e118d56a90a988c2f9cdcd86a1eb86b55 (diff) | |
download | ports-3f19d95a8bb273969f6291eb51fb648e006fc738.tar.gz ports-3f19d95a8bb273969f6291eb51fb648e006fc738.zip |
Notes
Diffstat (limited to 'mail/vrfy')
-rw-r--r-- | mail/vrfy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/vrfy/Makefile b/mail/vrfy/Makefile index 3bfb8f0cead9..67e68de44fc9 100644 --- a/mail/vrfy/Makefile +++ b/mail/vrfy/Makefile @@ -8,12 +8,11 @@ PORTNAME= vrfy PORTVERSION= 1.0 CATEGORIES= mail -MASTER_SITES= ftp://ftp.nikhef.nl/pub/network/ \ - http://www.kobe1995.net/~kaz/FreeBSD/ +MASTER_SITES= # disappeared DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z -MAINTAINER= kaz@kobe1995.net +MAINTAINER= ports@FreeBSD.org COMMENT= Verify mail address WRKSRC= ${WRKDIR} |