diff options
author | asami <asami@FreeBSD.org> | 1996-06-15 01:16:50 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-06-15 01:16:50 +0000 |
commit | efd9425c4af31ecdd40c33a6c148b8abc6d4814b (patch) | |
tree | 764e6d7324ce890ef70e13a6e9470e68eb888b27 /comms/kermit | |
parent | 586f81eef8bf4d38c593ed6928762573e905ada0 (diff) | |
download | FreeBSD-ports-efd9425c4af31ecdd40c33a6c148b8abc6d4814b.zip FreeBSD-ports-efd9425c4af31ecdd40c33a6c148b8abc6d4814b.tar.gz |
Change NO_PACKAGE to RESTRICTED, the authors prohibit redistribution
in any form....
Diffstat (limited to 'comms/kermit')
-rw-r--r-- | comms/kermit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index e6267dd..325a97f 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ \ ftp://ftp.std.com/customers2/src/telcom/ NO_WRKSUBDIR= yes -NO_PACKAGE= yes # "no redistibution" copyright +RESTRICTED= "'No redistibution' copyright." post-install: @cat ${PKGDIR}/DESCR |