diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2001-09-07 19:53:09 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2001-09-07 19:53:09 +0000 |
commit | dd4cf80985260e31e095fbfd8886b86345dddb59 (patch) | |
tree | 9c1753843a14d1a4a913c8797f083961d68887dd /security/krb5-17/Makefile | |
parent | 4e285443ceb420ba2ddbb9f8cbe844f8c17b8bc1 (diff) |
Notes
Diffstat (limited to 'security/krb5-17/Makefile')
-rw-r--r-- | security/krb5-17/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 2b9113e64337..7fac84161a4a 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -7,7 +7,7 @@ PORTNAME= krb5 PORTVERSION= 1.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= # manual download @@ -24,6 +24,10 @@ CONFIGURE_ENV= INSTALL="${INSTALL}" MAKE_ARGS= INSTALL="${INSTALL}" KRB5_KRB4_COMPAT?= YES +.if defined(USA_RESIDENT) && ${USA_RESIDENT} == "NO" +MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/ +.endif + .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" CONFIGURE_ARGS+= --without-krb4 .endif @@ -56,6 +60,7 @@ HTML_DOCS= admin.html install_foot.html user-guide.html \ admin_toc.html krb425.html user-guide_toc.html \ install.html krb425_toc.html +.if !defined(USA_RESIDENT) || ${USA_RESIDENT} == "YES" do-fetch: @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${ECHO} ""; \ @@ -70,6 +75,7 @@ do-fetch: ${ECHO} " it in ${DISTDIR}. Then run make again."; \ ${FALSE}; \ fi +.endif pre-build: .if !defined(KRB5_KRB4_COMPAT) |