summaryrefslogtreecommitdiff
path: root/comms/kermit
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-13 06:07:48 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-13 06:07:48 +0000
commit9484ce1e9f9516cd0a3903338fe3ca7ef459e07f (patch)
tree08cbfaa6c4061f9282cea2962dae2005b71d2a7b /comms/kermit
parentAdd kermit to SUBDIR. (diff)
Add NO_PACKAGE=yes.
Notes
Notes: svn path=/head/; revision=1706
Diffstat (limited to 'comms/kermit')
-rw-r--r--comms/kermit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile
index 722233fdb4f9..34dc508a60c3 100644
--- a/comms/kermit/Makefile
+++ b/comms/kermit/Makefile
@@ -11,6 +11,9 @@ CATEGORIES+= comms
MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/
EXTRACT_SUFX= .tar.gz
-NO_WRKSUBDIR=
+NO_WRKSUBDIR= yes
+
+# We can't distribute the binary because of the copyright.
+NO_PACKAGE= yes
.include <bsd.port.mk>