diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-05-05 17:40:24 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-05-05 17:40:24 +0000 |
commit | 083964b0756b5e3141795a7cc9ae02e6109b5294 (patch) | |
tree | 4c3b520e45018715117ef488f87d0ac34676393d /textproc/docbook-241 | |
parent | Activate unix2dos (diff) |
nclayton -> nik in the MAINTAINER line. That'll teach me to prepare
these things during my lunch hour.
Diffstat (limited to 'textproc/docbook-241')
-rw-r--r-- | textproc/docbook-241/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/docbook-241/Makefile b/textproc/docbook-241/Makefile index 5575baf35189..3849ee790380 100644 --- a/textproc/docbook-241/Makefile +++ b/textproc/docbook-241/Makefile @@ -1,11 +1,11 @@ #A New ports collection makefile for: docbook # Version required: 2.4.1 # Date created: 7 April 1997 -# Whom: nclayton +# Whom: nik # # Based heavily on work by jfieber. # -# $Id: Makefile,v 1.4 1998/06/27 05:19:35 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1999/04/14 22:26:54 nik Exp $ # DISTNAME= docbook-241 @@ -13,7 +13,7 @@ CATEGORIES= textproc MASTER_SITES= ftp://ftp.ora.com/pub/davenport/ DISTFILES= docbk241.tar.Z -MAINTAINER= nclayton@FreeBSD.ORG +MAINTAINER= nik@FreeBSD.ORG RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 |