diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-06-08 09:41:06 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-06-08 09:41:06 +0800 |
commit | 16155fd0b8831c7b6860b0fc4bf407f28b3ea2fa (patch) | |
tree | 3b8f540a9279957b809daebc0f1e712f2b50feae /news | |
parent | 52371bf11ff74a922df6477f928c21306bcddab8 (diff) | |
download | freebsd-ports-graphics-16155fd0b8831c7b6860b0fc4bf407f28b3ea2fa.tar.gz freebsd-ports-graphics-16155fd0b8831c7b6860b0fc4bf407f28b3ea2fa.tar.zst freebsd-ports-graphics-16155fd0b8831c7b6860b0fc4bf407f28b3ea2fa.zip |
Diablo isn't written in perl; I am therefore not the MAINTAINTER.
Fix MAINTAINER lines (broken/missing) in these ports.
Pointed-out-by: Wolfram Schneider <wosch@apfel.de>
(the auto-ports-announcer - three cheers)
Diffstat (limited to 'news')
-rw-r--r-- | news/diablo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/diablo/Makefile b/news/diablo/Makefile index 3490e4c78ae..d2d9b01922d 100644 --- a/news/diablo/Makefile +++ b/news/diablo/Makefile @@ -3,7 +3,7 @@ # Date created: June 2nd 1997 # Whom: jfitz # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/02 19:52:11 jfitz Exp $ # DISTNAME= diablo-1.09 @@ -11,7 +11,7 @@ CATEGORIES= news MASTER_SITES= http://www.backplane.com/diablo/ EXTRACT_SUFX= .tgz -MAINTAINTER= jfitz@FreeBSD.ORG +MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= xmake:${PORTSDIR}/devel/xmake |