diff options
author | Paul Richards <paul@FreeBSD.org> | 1999-06-06 20:34:45 +0000 |
---|---|---|
committer | Paul Richards <paul@FreeBSD.org> | 1999-06-06 20:34:45 +0000 |
commit | c485740af2f0e2241c475e1ffeb1619fb6af997c (patch) | |
tree | 9b46ddb1db287332b3b62e91913f7c54e80748b6 /net/perldap/Makefile | |
parent | 9e6829904d6ca782ede8594125caae494a8e94a8 (diff) |
Notes
Diffstat (limited to 'net/perldap/Makefile')
-rw-r--r-- | net/perldap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |