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 /palm | |
parent | 52371bf11ff74a922df6477f928c21306bcddab8 (diff) | |
download | freebsd-ports-gnome-16155fd0b8831c7b6860b0fc4bf407f28b3ea2fa.tar.gz freebsd-ports-gnome-16155fd0b8831c7b6860b0fc4bf407f28b3ea2fa.tar.zst freebsd-ports-gnome-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 'palm')
-rw-r--r-- | palm/pilot_makedoc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/palm/pilot_makedoc/Makefile b/palm/pilot_makedoc/Makefile index c8d9ea3af2f0..b253fbbc31d4 100644 --- a/palm/pilot_makedoc/Makefile +++ b/palm/pilot_makedoc/Makefile @@ -3,7 +3,7 @@ # Date created: May 10th 1997 # Whom: jfitz@FreeBSD.ORG # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/05/30 20:07:45 jfitz Exp $ # PKGNAME= pilot_makedoc-0.7 @@ -11,6 +11,8 @@ CATEGORIES= textproc MASTER_SITES= http://www.concentric.net/~rbram/ DISTFILES= makedoc7.cpp +MAINTAINER= jfitz@FreeBSD.ORG + NO_WRKSUBDIR= YES ALL_TARGET= pilot_makedoc |