From 00ed53f1245c36e1789d14bbe049d0c45669e0ea Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 2 Jan 1999 19:49:20 +0000 Subject: Update to version 1.1.2. PR: 9241 Submitted by: maintainer --- net/openldap20/Makefile | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'net/openldap20/Makefile') diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile index 91d17b253b8b..d91dcde99d60 100644 --- a/net/openldap20/Makefile +++ b/net/openldap20/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: openldap -# Version required: 1.0.2 +# Version required: 1.1.2 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # -# $Id: Makefile,v 1.1.1.1 1998/10/10 04:40:45 steve Exp $ +# $Id: Makefile,v 1.2 1998/10/26 13:02:26 vanilla Exp $ # -DISTNAME= openldap-1.0.2 +DISTNAME= openldap-1.1.2 CATEGORIES= net MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/ EXTRACT_SUFX= .tgz @@ -14,15 +14,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= ulmo@earthling.net WRKSRC= ${WRKDIR}/ldap -MANCOMPRESSED= yes +GNU_CONFIGURE= yes -.include "files/manpages" +.include "${.CURDIR}/files/manpages" -MAKE_ENV= LDAP_PREFIX=${PREFIX} \ - EXTRACFLAGS="${CFLAGS}" - -pre-patch: - ${CP} ${WRKSRC}/Make-common.dist ${WRKSRC}/Make-common +pre-build: + cd ${WRKSRC} ; make depend post-install: strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ @@ -34,6 +31,7 @@ post-install: ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ - ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm + ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ + ${PREFIX}/bin/ldapmodify .include -- cgit v1.2.3