diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-03-24 11:12:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-03-24 11:12:06 +0000 |
commit | 35af96374a97c4ebdbd11811ffa473fc67d55e52 (patch) | |
tree | 86415f2332a3b4ae8bea1c41b2f22e68adba0ec1 /net | |
parent | Added ytalk. (diff) |
Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
Notes
Notes:
svn path=/head/; revision=1196
Diffstat (limited to 'net')
-rw-r--r-- | net/ytalk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ytalk/Makefile b/net/ytalk/Makefile index c7b775c0ff84..ac6c9c33e60b 100644 --- a/net/ytalk/Makefile +++ b/net/ytalk/Makefile @@ -3,11 +3,12 @@ # Date created: 18 March 1995 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1994/10/23 01:24:26 torstenb Exp $ +# $Id: Makefile,v 1.1.1.1 1995/03/24 06:27:19 asami Exp $ # DISTNAME= ytalk-v3pl2 MASTER_SITES= ftp://knot.queensu.ca/pub/unix/software/ +MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/ytalk-3.2 PKGNAME= ytalk-3.0.2 USE_IMAKE= yes |