diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-06 12:15:11 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-06 12:15:11 +0000 |
commit | 72734182c18b13f81cefc42e392b6dbe9776ead0 (patch) | |
tree | c04b640ee3a66276778fe3051072a6772c4a8ca6 /sysutils/mkisofs | |
parent | ef2e0993a6f80c4225af2705f6be1b9c4033e2a1 (diff) | |
download | ports-72734182c18b13f81cefc42e392b6dbe9776ead0.tar.gz ports-72734182c18b13f81cefc42e392b6dbe9776ead0.zip |
Remove myself as MAINTAINER from a number of ports I no longer
have time to properly maintain. This will cause the position to
revert to ports.
Notes
Notes:
svn path=/head/; revision=5235
Diffstat (limited to 'sysutils/mkisofs')
-rw-r--r-- | sysutils/mkisofs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/mkisofs/Makefile b/sysutils/mkisofs/Makefile index 7fa4a10b3f48..a697237c1d08 100644 --- a/sysutils/mkisofs/Makefile +++ b/sysutils/mkisofs/Makefile @@ -3,15 +3,13 @@ # Date created: 07 Aug 1996 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1996/08/08 01:56:39 jkh Exp $ +# $Id: Makefile,v 1.2 1996/11/17 08:06:17 obrien Exp $ # DISTNAME= mkisofs-1.05 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/BETA/cdrom/ -MAINTAINER= jkh@FreeBSD.org - NO_WRKSUBDIR= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure |