summaryrefslogtreecommitdiff
path: root/comms/gkermit
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 13:51:27 +0000
committerwiz <wiz>2001-02-16 13:51:27 +0000
commit298de9561f803004ff5661cafc87aa80dda5015e (patch)
tree0b6795ee15e18090020cfa8444738bad46458587 /comms/gkermit
parent50d79f1689e6205ba9bb8c3038bba0934b7fa658 (diff)
downloadpkgsrc-298de9561f803004ff5661cafc87aa80dda5015e.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'comms/gkermit')
-rw-r--r--comms/gkermit/Makefile3
-rw-r--r--comms/gkermit/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/gkermit/Makefile b/comms/gkermit/Makefile
index 68f40cdc947..8d7100f459f 100644
--- a/comms/gkermit/Makefile
+++ b/comms/gkermit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/01/05 22:47:42 tron Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/16 13:56:13 wiz Exp $
#
DISTNAME= gkermit
@@ -8,6 +8,7 @@ MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/
MAINTAINER= fb@enteract.com
HOMEPAGE= http://www.columbia.edu/kermit/gkermit.html
+COMMENT= minimal implementation of the ``kermit'' protocol (GPL'd)
ALL_TARGET= posix
MAKEFILE= makefile
diff --git a/comms/gkermit/pkg/COMMENT b/comms/gkermit/pkg/COMMENT
deleted file mode 100644
index fa51b2f31ef..00000000000
--- a/comms/gkermit/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-minimal implementation of the ``kermit'' protocol (GPL'd)