From c485740af2f0e2241c475e1ffeb1619fb6af997c Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Sun, 6 Jun 1999 20:34:45 +0000 Subject: Fix the whom entry and change a hardcoded path to ${PREFIX} --- net/perldap/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/perldap') diff --git a/net/perldap/Makefile b/net/perldap/Makefile index 8d659e75b499..7c2dd1e6514b 100644 --- a/net/perldap/Makefile +++ b/net/perldap/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: perldap # Version required: 1.1b # Date created: 17 May 1999 -# Whom: paul +# Whom: paul@freebsd.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/25 22:47:00 paul Exp $ # DISTNAME= perldap-1_2_2 @@ -23,7 +23,7 @@ MAN3= Mozilla::LDAP::Conn.3 \ Mozilla::LDAP::Entry.3 \ Mozilla::LDAP::API.3 -MAKE_ENV+= LDAPSDKDIR=/usr/local/mozilla/directory LDAPV3ON=yes LDAPSDKSSL=no +MAKE_ENV+= LDAPSDKDIR=${PREFIX}/mozilla/directory LDAPV3ON=yes LDAPSDKSSL=no do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL -- cgit v1.2.3