diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index cf59d4f13456..afe524587a76 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -1,47 +1,48 @@ PORTNAME= pam_krb5 PORTVERSION= 4.11 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://archives.eyrie.org/software/kerberos/ \ http://archives.eyrie.org/software/ARCHIVE/pam-krb5/ DISTNAME= pam-krb5-${PORTVERSION:S/.r/-rc/} MAINTAINER= cy@FreeBSD.org COMMENT= Pluggable Authentication Module for ${FLAVOR:U} Kerberos 5 WWW= https://www.eyrie.org/~eagle/software/pam-krb5/ LICENSE= BSD3CLAUSE GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake libtool perl5 USE_PERL5= build CONFLICTS= pam_krb5-rh-2.* GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-krb5="${GSSAPIBASEDIR}" \ --with-krb5-include="${GSSAPIINCDIR}" \ --with-krb5-lib="${GSSAPILIBDIR}" CONFIGURE_ENV= PATH_KRB5_CONFIG="${KRB5CONFIG}" INSTALL_TARGET= install-strip FLAVORS= mit heimdal_base heimdal_port FLAVOR?= ${FLAVORS:[1]} .for f in ${FLAVORS:Nmit} ${f}_PKGNAMESUFFIX= -${f} .endfor .if ${FLAVOR:U} == mit -USES= gssapi:mit +USES+= gssapi:mit .elif ${FLAVOR:U} == heimdal_port -USES= gssapi:heimdal +USES+= gssapi:heimdal .elif ${FLAVOR:U} == heimdal_base -USES= gssapi:base +USES+= gssapi:base .endif .include post-install: cd ${WRKSRC} && ${MAKE_CMD} install-man DESTDIR=${STAGEDIR} .include diff --git a/security/pam_krb5/pkg-plist b/security/pam_krb5/pkg-plist index 3b250c303a19..c0a2dcecc8a3 100644 --- a/security/pam_krb5/pkg-plist +++ b/security/pam_krb5/pkg-plist @@ -1,3 +1,2 @@ lib/security/pam_krb5.so -lib/security/pam_krb5.la man/man5/pam_krb5.5.gz