diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-10-15 22:18:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-10-15 22:18:41 +0000 |
commit | 63bac8854d63b06ce29317d457e298871be7bacd (patch) | |
tree | 48766a7c3fd883fed71e4697aebdcdec48ecca6a /security/xyssl | |
parent | 1607d4b4bc834597baa42c5317ac3df5a25cbde2 (diff) |
Notes
Diffstat (limited to 'security/xyssl')
-rw-r--r-- | security/xyssl/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/security/xyssl/Makefile b/security/xyssl/Makefile index f3c01219b111..36505cd61be3 100644 --- a/security/xyssl/Makefile +++ b/security/xyssl/Makefile @@ -8,26 +8,21 @@ PORTNAME= xyssl PORTVERSION= 0.9 CATEGORIES= security devel -MASTER_SITES= http://polarssl.org/code/download/ \ - ftp://ftp.solitox.net/pub/XySSL/ +MASTER_SITES= http://www.evolane.com/download/mirror/etcl/ \ + http://www.straightrunning.com/code/ DISTFILES= xyssl-${PORTVERSION}-bsd.tgz MAINTAINER= ports@FreeBSD.org COMMENT= A liteweight SSL and TLS toolkit for C developers -BROKEN= does not fetch - LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LICENSE_FILE= ${WRKSRC}/BSD.txt # HAS_CONFIGURE= no # GNU_CONFIGURE= no PORTDOCS= BSD.txt ChangeLog -post-extract: - ${LN} ${WRKSRC}/BSD.txt ${WRKSRC}/COPYRIGHT - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |