aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-Krb5
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-01-26 07:16:12 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-01-26 07:16:12 +0000
commitafbc647464c133048180590ce64607d62c38c379 (patch)
tree4d3ab61f7cc7ec10f2f1bd3cfa9a4a6db421c926 /security/p5-Authen-Krb5
parentf62a1c635de4b58873f5a189b832e2629581e126 (diff)
downloadports-afbc647464c133048180590ce64607d62c38c379.tar.gz
ports-afbc647464c133048180590ce64607d62c38c379.zip
- reset MAINTAINER
- minor cosmetic fixes PR: 76682 Submitted by: Andrew J. Korty <ajk at iu.edu>
Notes
Notes: svn path=/head/; revision=127378
Diffstat (limited to 'security/p5-Authen-Krb5')
-rw-r--r--security/p5-Authen-Krb5/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-Authen-Krb5/Makefile b/security/p5-Authen-Krb5/Makefile
index 88ffef3ed0f0..9737da610a5d 100644
--- a/security/p5-Authen-Krb5/Makefile
+++ b/security/p5-Authen-Krb5/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= Authen
PKGNAMEPREFIX= p5-
DISTNAME= Krb5-${PORTVERSION}
-MAINTAINER= ajk@iu.edu
+MAINTAINER= ports@FreeBSD.org
COMMENT= Perl extension for Kerberos 5
LIB_DEPENDS= gssapi_krb5.2:${PORTSDIR}/security/krb5
@@ -21,12 +21,11 @@ LIB_DEPENDS= gssapi_krb5.2:${PORTSDIR}/security/krb5
PERL_CONFIGURE= yes
MAN3= Authen::Krb5.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
KRB5_HOME?= ${PREFIX}
post-patch:
- @${PERL} -pi -e 's:/usr/local/krb5:${KRB5_HOME}:g' \
+ @${PERL} -pi -e 's:${LOCALBASE}/krb5:${KRB5_HOME}:g' \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>