diff options
author | garga <garga@FreeBSD.org> | 2008-07-26 02:43:31 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2008-07-26 02:43:31 +0800 |
commit | 6db7b29ddfaa276ef1acc1232c3363072cd5f5d6 (patch) | |
tree | 0d6dabc0ada652827c2d4e6409023382e2ebd78d /security | |
parent | 55cec115115e27d47c18212bdd88c70854e4e413 (diff) | |
download | freebsd-ports-gnome-6db7b29ddfaa276ef1acc1232c3363072cd5f5d6.tar.gz freebsd-ports-gnome-6db7b29ddfaa276ef1acc1232c3363072cd5f5d6.tar.zst freebsd-ports-gnome-6db7b29ddfaa276ef1acc1232c3363072cd5f5d6.zip |
- Add gentoo mirrors to MASTER_SITES
Diffstat (limited to 'security')
-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 |