diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-18 04:31:05 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-18 04:31:05 +0800 |
commit | e71ce36d2a562ea54eab72c29c9488e36403dbca (patch) | |
tree | d7856b0d7d41960c03197c3196f951075ced81d1 /security/mcrypt | |
parent | 32d5b62f68e800831be5ee4966a568d085b24e1c (diff) | |
download | freebsd-ports-gnome-e71ce36d2a562ea54eab72c29c9488e36403dbca.tar.gz freebsd-ports-gnome-e71ce36d2a562ea54eab72c29c9488e36403dbca.tar.zst freebsd-ports-gnome-e71ce36d2a562ea54eab72c29c9488e36403dbca.zip |
The compressed distfile is available now from Sourceforge.
Diffstat (limited to 'security/mcrypt')
-rw-r--r-- | security/mcrypt/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index 1fc797f44afa..ce3a24cabe41 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -11,12 +11,11 @@ PORTNAME= mcrypt PORTVERSION= 2.6.4 PORTREVISION= 2 CATEGORIES= security -MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/attic/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://argeas.cs-net.gr/pub/unix/mcrypt/attic/ \ ftp://ftp.ntua.gr/pub/security/mcrypt/ \ ftp://mcrypt.hellug.gr/pub/mcrypt/attic/ -# distfile on sourceforge is uncompressed -# MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -# MASTER_SITE_SUBDIR= mcrypt +MASTER_SITE_SUBDIR= mcrypt MAINTAINER= trevor@FreeBSD.org COMMENT= Replacement for crypt(1) |