diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-24 10:05:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-24 10:05:06 +0800 |
commit | 985454a1b18fca293ce31941499a223293ecb927 (patch) | |
tree | d372377539346642ad02ae6e17a9e84e01c5454c /net/openldap12 | |
parent | 2ddfbc6437726527fb8b5daa970c530c2fc85897 (diff) | |
download | freebsd-ports-graphics-985454a1b18fca293ce31941499a223293ecb927.tar.gz freebsd-ports-graphics-985454a1b18fca293ce31941499a223293ecb927.tar.zst freebsd-ports-graphics-985454a1b18fca293ce31941499a223293ecb927.zip |
net/openldap -> net/openldap12
Diffstat (limited to 'net/openldap12')
-rw-r--r-- | net/openldap12/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openldap12/Makefile b/net/openldap12/Makefile index a8d0083a749..9bc62d57762 100644 --- a/net/openldap12/Makefile +++ b/net/openldap12/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= openldap +PORTNAME= openldap12 PORTVERSION= 1.2.13 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ @@ -18,6 +18,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= lodea@vet.com.au |