diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-03-29 13:23:08 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-03-29 13:23:08 +0000 |
commit | 341484d0398e8983859ca9e781c3c401772c7e99 (patch) | |
tree | 9e7eafb766ae53b354563fa82399eb5a7faa18cb /security/krb5-appl/Makefile | |
parent | ff7b7f02fc71dd82881facad12215907d2db59b7 (diff) | |
download | ports-341484d0398e8983859ca9e781c3c401772c7e99.tar.gz ports-341484d0398e8983859ca9e781c3c401772c7e99.zip |
Notes
Diffstat (limited to 'security/krb5-appl/Makefile')
-rw-r--r-- | security/krb5-appl/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 342b364e2d14..49699a78c75a 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/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 |