diff options
author | garga <garga@FreeBSD.org> | 2006-07-01 02:21:52 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-07-01 02:21:52 +0800 |
commit | ceef2c5e537219fe2e372045e9e78b92c41e2739 (patch) | |
tree | 3fd883bffdc7cb79a721d94c58854beaa746ce06 | |
parent | dc3e75bd7421d658241f406dcfb8d821f2ba3274 (diff) | |
download | freebsd-ports-gnome-ceef2c5e537219fe2e372045e9e78b92c41e2739.tar.gz freebsd-ports-gnome-ceef2c5e537219fe2e372045e9e78b92c41e2739.tar.zst freebsd-ports-gnome-ceef2c5e537219fe2e372045e9e78b92c41e2739.zip |
- Add MASTER_SITES backups
- Unquote IGNORE
PR: ports/99658
Approved by: maintainer
-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: |