summaryrefslogtreecommitdiff
path: root/comms/kermit
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 03:01:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 03:01:21 +0000
commitfe5b7da7740ec43483458ef42c6e8f3b53c4902d (patch)
treedd4aac2e64c7203101293c618f147ea71478f661 /comms/kermit
parentUpgrade LSOF to version 3.81. (diff)
CAT_E_GORIES+= -> CAT_E_GORIES=
Added MAINTAINER's to some, switched to new MAN[1-8]
Notes
Notes: svn path=/head/; revision=4529
Diffstat (limited to 'comms/kermit')
-rw-r--r--comms/kermit/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile
index 325a97f66ed0..f015a8a47ab6 100644
--- a/comms/kermit/Makefile
+++ b/comms/kermit/Makefile
@@ -4,18 +4,22 @@
# Whom: pst
# Changed: ats, Nov 16, 1994
#
+# $Id$
+#
DISTNAME= cku190
PKGNAME= kermit-5a.190
-CATEGORIES+= comms
+CATEGORIES= comms
MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ \
ftp://ftp.th-darmstadt.de/pub/networking/kermit/ \
ftp://ftp.std.com/customers2/src/telcom/
-NO_WRKSUBDIR= yes
+MAINTAINER= pst@FreeBSD.org
+
RESTRICTED= "'No redistibution' copyright."
+NO_WRKSUBDIR= yes
post-install:
- @cat ${PKGDIR}/DESCR
+ @${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>