diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-03-08 19:58:02 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-03-08 19:58:02 +0000 |
commit | db3ac11fa2cf03725e8d4e1eec373e2ef9b7cbc0 (patch) | |
tree | a6adff7c38ccf028676a831ca70a30e7321f0a88 /www/wwwoffle | |
parent | Fix floating point problem and flatten out multi-file patch. (diff) |
Remove MAINTAINER=
Submitted by: "Mutsaers, Peter" <p.mutsaers@interedge.nl>
Diffstat (limited to 'www/wwwoffle')
-rw-r--r-- | www/wwwoffle/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index c0c89f5e2e05..c8570ee50cc6 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -3,7 +3,7 @@ # Date created: 1 Jun 1998 # Whom: Peter Mutsaers # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/09 01:17:19 steve Exp $ # DISTNAME= wwwoffle-2.1 @@ -13,8 +13,6 @@ MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/httpd/ \ MASTER_SITE_SUBDIR= apps/www/servers EXTRACT_SUFX= .tgz -MAINTAINER= plm@xs4all.nl - USE_GMAKE= yes MAN1= wwwoffle.1 |