diff options
author | fredb <fredb@pkgsrc.org> | 2000-01-08 05:03:46 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-01-08 05:03:46 +0000 |
commit | 90ff63d261c6f03161c8fa3a0b63faacb0ee1b9a (patch) | |
tree | accf8db6f67452f4e068f104987435612a4dd74f /comms/kermit | |
parent | 2a358f086003df5911d7c77075aefb12234ba112 (diff) | |
download | pkgsrc-90ff63d261c6f03161c8fa3a0b63faacb0ee1b9a.tar.gz |
Strike MIRROR_DISTFILES=no. We are not prohibited from mirroring the
source archive, nor are our mirrors. Moreover, it's inconsistent to
restrict the source while permitting binaries, as the Kermit license
makes no distinction between the two.
Diffstat (limited to 'comms/kermit')
-rw-r--r-- | comms/kermit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index b86c81b362c..559cafa2679 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2000/01/06 16:57:16 fredb Exp $ +# $NetBSD: Makefile,v 1.24 2000/01/08 05:03:46 fredb Exp $ # $FreeBSD Id: Makefile,v 1.17 1997/11/26 23:16:51 jseger Exp # @@ -12,7 +12,6 @@ HOMEPAGE= http://www.columbia.edu/kermit/ RESTRICTED= "'No redistribution' copyright" NO_CDROM= ${RESTRICTED} -MIRROR_DISTFILE= no ALL_TARGET= netbsd BUILD_DEFS+= KFLAGS LIBS KERMIT_SUID_UUCP |