diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-02 19:49:20 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-02 19:49:20 +0000 |
commit | 00ed53f1245c36e1789d14bbe049d0c45669e0ea (patch) | |
tree | d104f7467fd60fd472007e867e6300f5a6791ff5 /net/openldap20/Makefile | |
parent | Honor CFLAGS. (diff) |
Update to version 1.1.2.
PR: 9241
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=15782
Diffstat (limited to 'net/openldap20/Makefile')
-rw-r--r-- | net/openldap20/Makefile | 20 |
1 files changed, 9 insertions, 11 deletions
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 <bsd.port.mk> |