summaryrefslogtreecommitdiff
path: root/net/openldap2/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-02-12 23:57:01 +0000
committerSteve Price <steve@FreeBSD.org>1999-02-12 23:57:01 +0000
commit000eb6cccd7fc32465ecc344ead8ca06262f1059 (patch)
tree18d2d197c3752e9203d1f78aee3bcc998db95d41 /net/openldap2/Makefile
parentupgrade to 2.1e (diff)
Update to version 1.2.0.
PR: 9900 Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=16702
Diffstat (limited to 'net/openldap2/Makefile')
-rw-r--r--net/openldap2/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/net/openldap2/Makefile b/net/openldap2/Makefile
index b8324a263765..048c431a9786 100644
--- a/net/openldap2/Makefile
+++ b/net/openldap2/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: openldap
-# Version required: 1.1.2
+# Version required: 1.2.0
# Date created: 20 Sep 1998
# Whom: Lachlan O'Dea
#
-# $Id: Makefile,v 1.3 1999/01/02 19:49:15 steve Exp $
+# $Id: Makefile,v 1.4 1999/01/04 15:49:04 dirk Exp $
#
-DISTNAME= openldap-1.1.2
-CATEGORIES= net
+DISTNAME= openldap-1.2.0
+CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \
ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \
- ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/
-
+ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \
+ ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/
EXTRACT_SUFX= .tgz
MAINTAINER= ulmo@earthling.net
@@ -19,7 +19,8 @@ MAINTAINER= ulmo@earthling.net
WRKSRC= ${WRKDIR}/ldap
GNU_CONFIGURE= yes
-.include "${.CURDIR}/files/manpages"
+.include <bsd.port.pre.mk>
+.include "${FILESDIR}/manpages"
pre-build:
cd ${WRKSRC} ; make depend
@@ -35,6 +36,6 @@ post-install:
${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \
${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \
${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \
- ${PREFIX}/bin/ldapmodify
+ ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>