From 9b42e23d3d12e50b91d9cd78cbb9c98f0e93bee0 Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 29 Mar 2002 13:23:08 +0000 Subject: www.crypto-publish.org does not have krb5-1.2.4.{tar,tar.Z,tar.gz,tar.bz2}. Reported by: bento --- security/krb5-17/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'security/krb5-17') diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 342b364e2d1..49699a78c75 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -24,10 +24,6 @@ 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 @@ -60,7 +56,6 @@ 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} ""; \ @@ -75,7 +70,6 @@ do-fetch: ${ECHO} " it in ${DISTDIR}. Then run make again."; \ ${FALSE}; \ fi -.endif post-extract: @${TAR} -C ${WRKDIR} -xzf ${WRKDIR}/${DISTNAME}.tar.gz -- cgit