Date: Mon, 27 Jul 2015 06:23:28 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392962 - head/net/py-ldap Message-ID: <201507270623.t6R6NS9Y097752@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Mon Jul 27 06:23:27 2015 New Revision: 392962 URL: https://svnweb.freebsd.org/changeset/ports/392962 Log: net/py-ldap: fix build with alternate LOCALBASE Not bumping PORTREVISION because default builds are not affected. PR: 201882 Submitted by: jhujhiti@adjectivism.org Modified: head/net/py-ldap/Makefile Modified: head/net/py-ldap/Makefile ============================================================================== --- head/net/py-ldap/Makefile Mon Jul 27 06:04:58 2015 (r392961) +++ head/net/py-ldap/Makefile Mon Jul 27 06:23:27 2015 (r392962) @@ -22,7 +22,8 @@ WANT_OPENLDAP_VER= 24 REPLACE_ARGS= -e 's,/opt/openldap-RE24/lib,${LOCALBASE}/lib,' \ -e 's,/opt/openldap-RE24/include,${LOCALBASE}/include,' \ - -e 's,/usr/include/sasl,${LOCALBASE}/include/sasl,' + -e 's,/usr/include/sasl,${LOCALBASE}/include/sasl,' \ + -e 's,/usr/local,${LOCALBASE},' OPTIONS_DEFINE= SASL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507270623.t6R6NS9Y097752>