diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-23 23:12:32 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-23 23:12:32 +0000 |
commit | cb4bd967c54c2fb6f5bc6defc2cff2fde9f2eea4 (patch) | |
tree | 053b3753708363e8b43705de3515f75d16501a51 /security | |
parent | 48081c66de4ed621ff85a937dbc735649d80aee8 (diff) | |
download | ports-cb4bd967c54c2fb6f5bc6defc2cff2fde9f2eea4.tar.gz ports-cb4bd967c54c2fb6f5bc6defc2cff2fde9f2eea4.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/libmcrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index 7e821b751e5f..2d6f8f91aab2 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -8,7 +8,8 @@ PORTNAME= libmcrypt PORTVERSION= 2.4.10 CATEGORIES= security -MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ +MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \ + ftp://ftp.ntua.gr/pub/security/mcrypt/libmcrypt/ MAINTAINER= ports@FreeBSD.org |