diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 02:23:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 02:23:49 +0000 |
commit | a2472d09d8f5a8d7115d74108c3a5972b01c408d (patch) | |
tree | 3814bd8d4e414e9ba9e190977e680b7be23b3574 /security/mcrypt | |
parent | 0a6ab96fe0ff05b1da98d345c0bbaa99d34a974f (diff) | |
download | ports-a2472d09d8f5a8d7115d74108c3a5972b01c408d.tar.gz ports-a2472d09d8f5a8d7115d74108c3a5972b01c408d.zip |
- Fix broken makefiles introduced with translation to new SF File Release System
Reported by: dan
Pointyhat to: myself
Notes
Notes:
svn path=/head/; revision=240084
Diffstat (limited to 'security/mcrypt')
-rw-r--r-- | security/mcrypt/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index 095645d2e252..cefa2108a0db 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -12,12 +12,9 @@ PORTVERSION= 2.6.8 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/MCrypt/${PORTVERSION} \ ftp://argeas.cs-net.gr/pub/unix/mcrypt/attic/ \ - ftp://ftp.ntua.gr/pub/security/mcrypt/ \ - ftp://mcrypt.hellug.gr/pub/mcrypt/attic/ - MAINTAINER= johans@stack.nl COMMENT= Replacement for crypt(1) |