diff options
Diffstat (limited to 'net/ldap2dns')
-rw-r--r-- | net/ldap2dns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ldap2dns/Makefile b/net/ldap2dns/Makefile index ef788a11e188..02ff86246f19 100644 --- a/net/ldap2dns/Makefile +++ b/net/ldap2dns/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes USE_OPENLDAP= yes USE_PERL5= yes -MAKE_ENV= PREFIX=${PREFIX} INC=-I${PREFIX}/include LIB=-L${PREFIX}/lib +MAKE_ENV= INC=-I${PREFIX}/include LIB=-L${PREFIX}/lib post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX}," ${WRKSRC}/ldap2dns.c |