diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-22 00:31:36 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-22 00:31:36 +0000 |
commit | 492a04691c85af9ba0319f97d1e519ecacfe74d6 (patch) | |
tree | 42ce0211c97164f399acb9292447d06410e511a4 /net/coda5_client | |
parent | 137052b7629360d0d0e37257bba104b6fedf6170 (diff) | |
download | pkgsrc-492a04691c85af9ba0319f97d1e519ecacfe74d6.tar.gz |
Remove LICENSE=GPL, pointed out by Alistair Crooks in private mail
Diffstat (limited to 'net/coda5_client')
-rw-r--r-- | net/coda5_client/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index b9d60a56a96..b0749ffe1a8 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/01/27 15:36:35 rvb Exp $ +# $NetBSD: Makefile,v 1.8 1999/02/22 00:31:36 hubertf Exp $ # DISTNAME= coda-5.0.1 @@ -16,8 +16,6 @@ DEPENDS+= perl-5.00404:../../lang/perl5 ONLY_FOR_ARCHS= arm32 i386 ns32k -LICENSE= GPL - ALL_TARGET= coda INSTALL_TARGET= client-install |