diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-07 11:12:21 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-07 11:12:21 +0000 |
commit | 80ce5ce7ddcb73d014b9afe66e739662b618ba61 (patch) | |
tree | bd83025dee10b0cb20428c38fa7f8a32ec7419cc /comms | |
parent | Make this file match reality. It's usually a good idea to check the (diff) |
Typo in RESTRICTED= line.
Notes
Notes:
svn path=/head/; revision=4863
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kermit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index f015a8a47ab6..9588d61f2ef2 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -4,7 +4,7 @@ # Whom: pst # Changed: ats, Nov 16, 1994 # -# $Id$ +# $Id: Makefile,v 1.9 1996/11/17 03:00:48 obrien Exp $ # DISTNAME= cku190 @@ -16,7 +16,7 @@ MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ \ MAINTAINER= pst@FreeBSD.org -RESTRICTED= "'No redistibution' copyright." +RESTRICTED= "'No redistribution' copyright." NO_WRKSUBDIR= yes post-install: |