diff options
author | linimon <linimon@FreeBSD.org> | 2004-07-11 00:16:33 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-07-11 00:16:33 +0800 |
commit | 977aa89f38c010207aaf81c5f66aeba8e7caf200 (patch) | |
tree | f1bff453037307f33017c71f28f547b4f2d52a8b /www | |
parent | dafcbf122b8be3523f7f972c7e8ee4355d43bb83 (diff) | |
download | freebsd-ports-graphics-977aa89f38c010207aaf81c5f66aeba8e7caf200.tar.gz freebsd-ports-graphics-977aa89f38c010207aaf81c5f66aeba8e7caf200.tar.zst freebsd-ports-graphics-977aa89f38c010207aaf81c5f66aeba8e7caf200.zip |
Re-add the MAINTAINER line. In theory, it should not be necessary, but
there appears to be a bug in bsd.*.mk at the moment.
Pointed out by: Johan Pettersson <manlix at demonized to net>
Diffstat (limited to 'www')
-rw-r--r-- | www/http_load/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/http_load/Makefile b/www/http_load/Makefile index acd12cff85b..1590ce852ec 100644 --- a/www/http_load/Makefile +++ b/www/http_load/Makefile @@ -12,6 +12,7 @@ CATEGORIES= www MASTER_SITES= http://www.acme.com/software/http_load/ DISTNAME= ${PORTNAME}-04jan2002 +#MAINTAINER= ports@FreeBSD.org COMMENT= Multiprocessing http performance test client WRKSRC= ${WRKDIR}/http_load-04jan2002 |