summaryrefslogtreecommitdiff
path: root/security/krb5
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2002-03-29 13:23:08 +0000
committerCy Schubert <cy@FreeBSD.org>2002-03-29 13:23:08 +0000
commit341484d0398e8983859ca9e781c3c401772c7e99 (patch)
tree9e7eafb766ae53b354563fa82399eb5a7faa18cb /security/krb5
parentNow replacing all occurences during the customization of (diff)
www.crypto-publish.org does not have krb5-1.2.4.{tar,tar.Z,tar.gz,tar.bz2}.
Reported by: bento
Notes
Notes: svn path=/head/; revision=56870
Diffstat (limited to 'security/krb5')
-rw-r--r--security/krb5/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile
index 342b364e2d14..49699a78c75a 100644
--- a/security/krb5/Makefile
+++ b/security/krb5/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