diff options
author | gdt <gdt@pkgsrc.org> | 2007-06-22 14:20:01 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-06-22 14:20:01 +0000 |
commit | c9f96b2b0532ec71005e514fba19c988ad8aceef (patch) | |
tree | 2518dd458d5ac84ed13f8eb8eab72c07d3094741 /security | |
parent | a5703c7848c2ff8730261513f5ab34be6b6b1e55 (diff) | |
download | pkgsrc-c9f96b2b0532ec71005e514fba19c988ad8aceef.tar.gz |
Remove RESTRICTED comment about US export control. (While lots of
things are restricted, pkgsrc's labeling rules aren't intended to
address export control issues, and there are vast numbers of packages
with apparently similar export control status and no RESTRICTED.)
Diffstat (limited to 'security')
-rw-r--r-- | security/mit-krb5/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile index 02769af38e4..bc6adff0cd9 100644 --- a/security/mit-krb5/Makefile +++ b/security/mit-krb5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2007/01/18 17:28:24 salo Exp $ +# $NetBSD: Makefile,v 1.41 2007/06/22 14:20:01 gdt Exp $ DISTNAME= krb5-1.4.2 PKGNAME= mit-${DISTNAME:S/-signed$//} @@ -12,8 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://web.mit.edu/kerberos/www/ COMMENT= MIT Kerberos 5 authentication system -RESTRICTED= Redistribution is restricted by U.S. export regulations - WRKSRC= ${WRKDIR}/${DISTNAME}/src .include "../../mk/bsd.prefs.mk" |