diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-29 07:03:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-29 07:03:02 +0000 |
commit | 1228d352eecd5d09314870cfcc461adb754dfca0 (patch) | |
tree | ea5c179cc339efd87a4197efd97f322189f59907 /security | |
parent | 2e30fd524573374c3f87f7af41cec6e222c265c2 (diff) | |
download | ports-1228d352eecd5d09314870cfcc461adb754dfca0.tar.gz ports-1228d352eecd5d09314870cfcc461adb754dfca0.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/checkpassword/Makefile | 3 | ||||
-rw-r--r-- | security/cyrus-sasl/Makefile | 3 | ||||
-rw-r--r-- | security/cyrus-sasl2/Makefile | 3 | ||||
-rw-r--r-- | security/openssh-askpass/Makefile | 3 | ||||
-rw-r--r-- | security/portscanner/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/security/checkpassword/Makefile b/security/checkpassword/Makefile index 1c84c20e40b7..07bc4a4e2ac8 100644 --- a/security/checkpassword/Makefile +++ b/security/checkpassword/Makefile @@ -9,8 +9,9 @@ PORTNAME= checkpassword PORTVERSION= 0.81 CATEGORIES= security MASTER_SITES= http://cr.yp.to/software/ \ - http://people.FreeBSD.org/~sada/distfiles/ \ + ${MASTER_SITE_LOCAL} \ ${MASTER_SITE_PORTS_JP} +MASTER_SITE_SUBDIR= sada MAINTAINER= sada@FreeBSD.org diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index 75b9e5164b0a..7a95c425704c 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -9,8 +9,9 @@ PORTNAME= cyrus-sasl PORTVERSION= 1.5.21 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ - http://people.FreeBSD.org/~stb/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ + ${MASTER_SITE_LOCAL} \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ +MASTER_SITE_SUBDIR= stb/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail MAINTAINER= hetzels@westbend.net diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 75b9e5164b0a..7a95c425704c 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -9,8 +9,9 @@ PORTNAME= cyrus-sasl PORTVERSION= 1.5.21 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ - http://people.FreeBSD.org/~stb/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ + ${MASTER_SITE_LOCAL} \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ +MASTER_SITE_SUBDIR= stb/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail MAINTAINER= hetzels@westbend.net diff --git a/security/openssh-askpass/Makefile b/security/openssh-askpass/Makefile index e21755defa3e..5e8f14c4c756 100644 --- a/security/openssh-askpass/Makefile +++ b/security/openssh-askpass/Makefile @@ -9,7 +9,8 @@ PORTNAME= OpenSSH-askpass PORTVERSION= 1.2.2 CATEGORIES= security # ${MASTER_SITES} is only for if CVS won't work, period. -MASTER_SITES= http://people.FreeBSD.org/~kris/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kris DISTNAME= X11/xc/programs/ssh-askpass MAINTAINER= kris@FreeBSD.org diff --git a/security/portscanner/Makefile b/security/portscanner/Makefile index 9a992d98e91a..5ca80b28efca 100644 --- a/security/portscanner/Makefile +++ b/security/portscanner/Makefile @@ -9,7 +9,8 @@ PORTNAME= portscanner PORTVERSION= 1.0 CATEGORIES= security MASTER_SITES= http://www.ameth.org/~veilleux/ \ - http://people.FreeBSD.org/~billf/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= billf DISTNAME= PortScanner-1.0 MAINTAINER= billf@FreeBSD.org |