diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-24 02:44:52 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-24 02:44:52 +0000 |
commit | 028f9dc14fc733d3789fb0a3d0caa2aa92a73020 (patch) | |
tree | 726089f687c106ea128e5a55dd8ef41ea64f1933 /net/openldap20 | |
parent | aa907393a43d485ac47828736a41d6eb86da75c1 (diff) | |
download | FreeBSD-ports-028f9dc14fc733d3789fb0a3d0caa2aa92a73020.zip FreeBSD-ports-028f9dc14fc733d3789fb0a3d0caa2aa92a73020.tar.gz |
Move net/openldap2 to net/openldap20
Diffstat (limited to 'net/openldap20')
-rw-r--r-- | net/openldap20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile index dcf79d4..eb4c850 100644 --- a/net/openldap20/Makefile +++ b/net/openldap20/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= openldap +PORTNAME= openldap20 PORTVERSION= 2.0.25 PORTREVISION= 3 CATEGORIES= net databases @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/%SUBDIR%/ \ ftp://ftp.zcu.cz/pub/network/openldap/%SUBDIR%/ MASTER_SITE_SUBDIR= openldap-release +DISTNAME= openldap-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |