mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix the whom entry and change a hardcoded path to ${PREFIX}
This commit is contained in:
parent
9e6829904d
commit
c485740af2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19277
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# New ports collection makefile for: perldap
|
# New ports collection makefile for: perldap
|
||||||
# Version required: 1.1b
|
# Version required: 1.1b
|
||||||
# Date created: 17 May 1999
|
# 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
|
DISTNAME= perldap-1_2_2
|
||||||
|
@ -23,7 +23,7 @@ MAN3= Mozilla::LDAP::Conn.3 \
|
||||||
Mozilla::LDAP::Entry.3 \
|
Mozilla::LDAP::Entry.3 \
|
||||||
Mozilla::LDAP::API.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:
|
do-configure:
|
||||||
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
||||||
|
|
Loading…
Add table
Reference in a new issue