diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-30 18:21:52 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-30 18:21:52 +0000 |
commit | e23db08ca336c0cd4e8269b9ed0bbc18de88e639 (patch) | |
tree | 909d1d6e2d15ae4ffe5b165dc7e89520f192b3ec /sysutils | |
parent | 5c7aa5140636024c9e94a5a33d756ce71c62955b (diff) | |
download | ports-e23db08ca336c0cd4e8269b9ed0bbc18de88e639.tar.gz ports-e23db08ca336c0cd4e8269b9ed0bbc18de88e639.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ucspi-ssl/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/ucspi-ssl/Makefile b/sysutils/ucspi-ssl/Makefile index 02d589bc6c87..35ffbde39312 100644 --- a/sysutils/ucspi-ssl/Makefile +++ b/sysutils/ucspi-ssl/Makefile @@ -8,7 +8,10 @@ PORTNAME= ucspi-ssl PORTVERSION?= 0.70 CATEGORIES= sysutils -MASTER_SITES= http://www.superscript.com/ucspi-ssl/ +MASTER_SITES= http://www.superscript.com/ucspi-ssl/ \ + http://dev.qmailrocks.org/downloads/qmailrocks_3.0-beta/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER?= lx@redundancy.redundancy.org COMMENT?= UCSPI tools for building SSL client-server applications @@ -47,7 +50,7 @@ do-configure: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= "requires Perl 5.6.0 or greater. Please install lang/perl5 and retry" +IGNORE= requires Perl 5.6.0 or greater. Please install lang/perl5 and retry .endif do-build: |