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-300/Makefile | |
parent | 806b52b5d0b769ed97e09913743e7a0d42454803 (diff) | |
download | ports-083964b0756b5e3141795a7cc9ae02e6109b5294.tar.gz ports-083964b0756b5e3141795a7cc9ae02e6109b5294.zip |
nclayton -> nik in the MAINTAINER line. That'll teach me to prepare
these things during my lunch hour.
Notes
Notes:
svn path=/head/; revision=18516
Diffstat (limited to 'textproc/docbook-300/Makefile')
-rw-r--r-- | textproc/docbook-300/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/docbook-300/Makefile b/textproc/docbook-300/Makefile index aa1972038c16..46f39f70e5cc 100644 --- a/textproc/docbook-300/Makefile +++ b/textproc/docbook-300/Makefile @@ -1,11 +1,11 @@ # New ports collection makefile for: docbook-300 # Version required: 3.0 # Date created: 7 April 1999 -# 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:29:16 nik Exp $ # DISTNAME= docbook-3.0 @@ -13,7 +13,7 @@ CATEGORIES= textproc MASTER_SITES= ftp://ftp.ora.com/pub/davenport/ DISTFILES= docbk30.tar.Z -MAINTAINER= nclayton@FreeBSD.ORG +MAINTAINER= nik@FreeBSD.ORG RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 |