From 000eb6cccd7fc32465ecc344ead8ca06262f1059 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Fri, 12 Feb 1999 23:57:01 +0000 Subject: Update to version 1.2.0. PR: 9900 Reviewed by: maintainer --- net/openldap20/Makefile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'net/openldap20/Makefile') diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile index b8324a263765..048c431a9786 100644 --- a/net/openldap20/Makefile +++ b/net/openldap20/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 +.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 +.include -- cgit v1.2.3