diff options
author | pav <pav@FreeBSD.org> | 2004-05-25 08:27:59 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-25 08:27:59 +0800 |
commit | 96f67600ed7329df238b08a6ec2283bc284273f3 (patch) | |
tree | c024032b7466c663ebcba42ae16bedd94f608154 /security | |
parent | dca5ffc758ee9c8eee8d36f9612a0d8f17da10c4 (diff) | |
download | freebsd-ports-gnome-96f67600ed7329df238b08a6ec2283bc284273f3.tar.gz freebsd-ports-gnome-96f67600ed7329df238b08a6ec2283bc284273f3.tar.zst freebsd-ports-gnome-96f67600ed7329df238b08a6ec2283bc284273f3.zip |
- Fix MASTER_SITES
PR: ports/67152
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'security')
-rw-r--r-- | security/cracklib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile index bc5238695ed2..313d5cc06327 100644 --- a/security/cracklib/Makefile +++ b/security/cracklib/Makefile @@ -9,7 +9,7 @@ PORTNAME= cracklib PORTVERSION= 2.7 PORTREVISION= 2 CATEGORIES= security -MASTER_SITES= http://www.crypticide.org/users/alecm/security/ +MASTER_SITES= http://www.crypticide.com/users/alecm/security/ DISTNAME= ${PORTNAME},${PORTVERSION} MAINTAINER= ajk@iu.edu |