summaryrefslogtreecommitdiff
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
parentUpdate to 1.3 (diff)
- reset MAINTAINER
- minor cosmetic fixes PR: 76682 Submitted by: Andrew J. Korty <ajk at iu.edu>
Notes
Notes: svn path=/head/; revision=127378
-rw-r--r--security/cracklib/Makefile2
-rw-r--r--security/p5-Authen-Krb5/Makefile5
2 files changed, 3 insertions, 4 deletions
diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile
index 313d5cc06327..1a384689c02c 100644
--- a/security/cracklib/Makefile
+++ b/security/cracklib/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= security
MASTER_SITES= http://www.crypticide.com/users/alecm/security/
DISTNAME= ${PORTNAME},${PORTVERSION}
-MAINTAINER= ajk@iu.edu
+MAINTAINER= ports@FreeBSD.org
COMMENT= Password-checking library
MAN3= cracklib.3
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>