diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-01-26 15:16:12 +0800 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-01-26 15:16:12 +0800 |
commit | afbc647464c133048180590ce64607d62c38c379 (patch) | |
tree | 4d3ab61f7cc7ec10f2f1bd3cfa9a4a6db421c926 | |
parent | f62a1c635de4b58873f5a189b832e2629581e126 (diff) | |
download | freebsd-ports-gnome-afbc647464c133048180590ce64607d62c38c379.tar.gz freebsd-ports-gnome-afbc647464c133048180590ce64607d62c38c379.tar.zst freebsd-ports-gnome-afbc647464c133048180590ce64607d62c38c379.zip |
- reset MAINTAINER
- minor cosmetic fixes
PR: 76682
Submitted by: Andrew J. Korty <ajk at iu.edu>
-rw-r--r-- | security/cracklib/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Authen-Krb5/Makefile | 5 |
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> |