diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-11-09 18:14:43 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-11-09 18:14:43 +0000 |
commit | 483610386ddd3979d2987166a07a147ee3a78ba8 (patch) | |
tree | 417ebb16f41553d5861cfef87606041a62a1c906 /security/p5-Authen-Krb5/Makefile | |
parent | c7ca51e815c0a1e03c078d2e8703f08322f8ddd4 (diff) | |
download | ports-483610386ddd3979d2987166a07a147ee3a78ba8.tar.gz ports-483610386ddd3979d2987166a07a147ee3a78ba8.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Krb5/Makefile')
-rw-r--r-- | security/p5-Authen-Krb5/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Authen-Krb5/Makefile b/security/p5-Authen-Krb5/Makefile index 48917761a6cd..08e8cf7dd2e7 100644 --- a/security/p5-Authen-Krb5/Makefile +++ b/security/p5-Authen-Krb5/Makefile @@ -18,16 +18,15 @@ COMMENT= Perl extension for Kerberos 5 LIB_DEPENDS= gssapi_krb5.2:${PORTSDIR}/security/krb5 -#WRKSRC= ${WRKDIR}/${PORTNAME} - PERL_CONFIGURE= yes MAN3= Authen::Krb5.3 -KRB5_HOME?= ${PREFIX} +KRB5_HOME?= ${LOCALBASE} post-patch: - @${PERL} -pi -e 's:${LOCALBASE}/krb5:${KRB5_HOME}:g' \ + @${PERL} -pi -e 's:/usr/local/krb5:${KRB5_HOME}:g; \ + s:/usr/local:${LOCALBASE}:g;' \ ${WRKSRC}/Makefile.PL .include <bsd.port.mk> |