summaryrefslogtreecommitdiff
path: root/net/perldap
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1999-06-06 20:34:45 +0000
committerPaul Richards <paul@FreeBSD.org>1999-06-06 20:34:45 +0000
commitc485740af2f0e2241c475e1ffeb1619fb6af997c (patch)
tree9b46ddb1db287332b3b62e91913f7c54e80748b6 /net/perldap
parentUpgrade to 2.1.2. (diff)
Fix the whom entry and change a hardcoded path to ${PREFIX}
Notes
Notes: svn path=/head/; revision=19277
Diffstat (limited to 'net/perldap')
-rw-r--r--net/perldap/Makefile6
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