diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-20 05:49:55 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-20 05:49:55 +0800 |
commit | 4766598175dc03bfdeb4267b6b7f37e07681cb40 (patch) | |
tree | e04c0cd719eb677e387b68ee6348e9c4d3da0f63 /net/openldap21/Makefile | |
parent | 0736b89d83a4e37814c48d8b2351f3378dea6e7f (diff) | |
download | freebsd-ports-gnome-4766598175dc03bfdeb4267b6b7f37e07681cb40.tar.gz freebsd-ports-gnome-4766598175dc03bfdeb4267b6b7f37e07681cb40.tar.zst freebsd-ports-gnome-4766598175dc03bfdeb4267b6b7f37e07681cb40.zip |
1. typo fix
2. example fix
PR: 42660 (1), 42662 (2)
Submitted by: Attila Nagy <bra@fsn.hu>
Diffstat (limited to 'net/openldap21/Makefile')
-rw-r--r-- | net/openldap21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap21/Makefile b/net/openldap21/Makefile index f20296d52b70..9e6b461e0078 100644 --- a/net/openldap21/Makefile +++ b/net/openldap21/Makefile @@ -7,7 +7,7 @@ PORTNAME= openldap PORTVERSION= 2.0.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \ |