aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-Krb5/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-11-09 18:14:43 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-11-09 18:14:43 +0000
commit483610386ddd3979d2987166a07a147ee3a78ba8 (patch)
tree417ebb16f41553d5861cfef87606041a62a1c906 /security/p5-Authen-Krb5/Makefile
parentc7ca51e815c0a1e03c078d2e8703f08322f8ddd4 (diff)
downloadports-483610386ddd3979d2987166a07a147ee3a78ba8.tar.gz
ports-483610386ddd3979d2987166a07a147ee3a78ba8.zip
Notes
Diffstat (limited to 'security/p5-Authen-Krb5/Makefile')
-rw-r--r--security/p5-Authen-Krb5/Makefile7
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>