diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-03-06 12:24:49 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-03-06 12:24:49 +0000 |
commit | 6676d31872dc036d8bc1f4cec984cc26eb0f5162 (patch) | |
tree | 3edc2f88bfc033b0dfc57400b096d1c2e16b15d2 /textproc/unroff | |
parent | a0a997f1341bdf2980cc7a51d626c8efd8f72b6a (diff) |
Change MAINTAINER to wosch
Notes
Notes:
svn path=/head/; revision=5896
Diffstat (limited to 'textproc/unroff')
-rw-r--r-- | textproc/unroff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 4d78af5e477c..2ff3b84a84ac 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Feb 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.3 1996/11/17 08:45:18 obrien Exp $ +# $Id: Makefile,v 1.4 1997/03/06 09:46:28 tg Exp $ # DISTNAME= unroff-1.0 @@ -13,7 +13,7 @@ MASTER_SITES= ${UNROFF_SITE}/dist/ \ ${UNROFF_SITE}/contrib/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PATCH1} ${PATCH2} -MAINTAINER= ports@freebsd.org +MAINTAINER= wosch@freebsd.org RUN_DEPENDS= elk:${PORTSDIR}/lang/elk BUILD_DEPENDS= elk:${PORTSDIR}/lang/elk |