diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-31 06:53:31 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-31 06:53:31 +0000 |
commit | 65ab34a66713786b91eb182ff10e40108b752fbb (patch) | |
tree | 11ba0ae7d75bec62d8912344c351ade7872c86bb /security/checkpassword | |
parent | e2b692e5acbcaa86ead1bd84c8460b249fe38acd (diff) | |
download | ports-65ab34a66713786b91eb182ff10e40108b752fbb.tar.gz ports-65ab34a66713786b91eb182ff10e40108b752fbb.zip |
Notes
Diffstat (limited to 'security/checkpassword')
-rw-r--r-- | security/checkpassword/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/checkpassword/Makefile b/security/checkpassword/Makefile index a5bc34968c9e..1842b1034866 100644 --- a/security/checkpassword/Makefile +++ b/security/checkpassword/Makefile @@ -1,7 +1,7 @@ # New ports collection makefile for: checkpassword # Version required: 0.81 # Date created: 05 August 1998 -# Whom: sada@FreeBSD.ORG +# Whom: sada@FreeBSD.org # # $FreeBSD$ # @@ -9,10 +9,10 @@ DISTNAME= checkpassword-0.81 CATEGORIES= security MASTER_SITES= ftp://koobera.math.uic.edu/www/software/ \ - http://WWW.FreeBSD.ORG/~sada/distfiles/ \ + http://WWW.FreeBSD.org/~sada/distfiles/ \ ${MASTER_SITE_PORTS_JP} -MAINTAINER= sada@FreeBSD.ORG +MAINTAINER= sada@FreeBSD.org ALL_TARGET= it INSTALL_TARGET= setup |