diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-07-25 18:43:31 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-07-25 18:43:31 +0000 |
commit | 10009372ec6931f51cc9eca2c99d82554e8864e9 (patch) | |
tree | 00907f275c0093b1127291043ef2dfef3b2b867c /security/checkpassword | |
parent | 8a58de3bd1433b38a35ff741fe18d5d63359adf6 (diff) |
- Add gentoo mirrors to MASTER_SITES
Notes
Notes:
svn path=/head/; revision=217498
Diffstat (limited to 'security/checkpassword')
-rw-r--r-- | security/checkpassword/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/checkpassword/Makefile b/security/checkpassword/Makefile index 5e29b811f06a..2556c6d1f25b 100644 --- a/security/checkpassword/Makefile +++ b/security/checkpassword/Makefile @@ -8,7 +8,9 @@ PORTNAME= checkpassword PORTVERSION= 0.90 CATEGORIES= security -MASTER_SITES= http://cr.yp.to/checkpwd/ +MASTER_SITES= http://cr.yp.to/checkpwd/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= garga@FreeBSD.org COMMENT= A simple password-checking interface |