diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 03:01:21 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 03:01:21 +0000 |
commit | fe5b7da7740ec43483458ef42c6e8f3b53c4902d (patch) | |
tree | dd4aac2e64c7203101293c618f147ea71478f661 /comms/kermit | |
parent | eb3e95c0b4edb8405f127765f12c7fcca8a2563a (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/Makefile | 10 |
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> |