diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-01-26 07:16:12 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-01-26 07:16:12 +0000 |
commit | afbc647464c133048180590ce64607d62c38c379 (patch) | |
tree | 4d3ab61f7cc7ec10f2f1bd3cfa9a4a6db421c926 /security/p5-Authen-Krb5 | |
parent | f62a1c635de4b58873f5a189b832e2629581e126 (diff) | |
download | ports-afbc647464c133048180590ce64607d62c38c379.tar.gz ports-afbc647464c133048180590ce64607d62c38c379.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Krb5')
-rw-r--r-- | security/p5-Authen-Krb5/Makefile | 5 |
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> |