diff options
Diffstat (limited to 'devel/mingw32-openssl/Makefile')
-rw-r--r-- | devel/mingw32-openssl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/mingw32-openssl/Makefile b/devel/mingw32-openssl/Makefile index 6526c5694129..8051ac39ac7c 100644 --- a/devel/mingw32-openssl/Makefile +++ b/devel/mingw32-openssl/Makefile @@ -4,10 +4,9 @@ PORTNAME= openssl PORTVERSION= 1.0.1m CATEGORIES= devel security -MASTER_SITES= http://www.openssl.org/%SUBDIR%/ \ - ftp://ftp.openssl.org/%SUBDIR%/ \ - ftp://ftp.cert.dfn.de/pub/tools/net/openssl/%SUBDIR%/ -MASTER_SITE_SUBDIR= source +MASTER_SITES= http://www.openssl.org/source/ \ + ftp://ftp.openssl.org/source/ \ + ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ PKGNAMEPREFIX= mingw32- DIST_SUBDIR= ${DISTNAME} |