diff options
author | Xin LI <delphij@FreeBSD.org> | 2013-06-24 05:29:24 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2013-06-24 05:29:24 +0000 |
commit | 4e1f7c01ae57542a5dcac0f8e42e2ae592275fb0 (patch) | |
tree | c3628506b36e8006ce6b37ab87c9e06c4ce0ea13 /net/openldap23-server | |
parent | b8d0713dda81e83be048c95300f33329626dbe8f (diff) | |
download | ports-4e1f7c01ae57542a5dcac0f8e42e2ae592275fb0.tar.gz ports-4e1f7c01ae57542a5dcac0f8e42e2ae592275fb0.zip |
Notes
Diffstat (limited to 'net/openldap23-server')
-rw-r--r-- | net/openldap23-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile index e1ffc685c38a..20b1c0b19c9b 100644 --- a/net/openldap23-server/Makefile +++ b/net/openldap23-server/Makefile @@ -18,7 +18,8 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://ftp.linux.pt/pub/mirrors/OpenLDAP/%SUBDIR%/ \ ftp://ftp.rediris.es/mirror/OpenLDAP/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/%SUBDIR%/ \ - ftp://ftp.plig.org/pub/OpenLDAP/%SUBDIR%/ + ftp://ftp.plig.org/pub/OpenLDAP/%SUBDIR%/ \ + http://www.openldap.org/software/download/OpenLDAP/%SUBDIR%/ MASTER_SITE_SUBDIR= openldap-release PKGNAMESUFFIX?= -server EXTRACT_SUFX= .tgz |