diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-03-08 14:00:30 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-03-08 14:00:30 +0000 |
commit | 6b30aedc20651a0a913a123a5632e2e7b9560bc9 (patch) | |
tree | 511f5a9a033d7b57693fe54af6e8673a6a6a7f4f /net/micro_proxy/Makefile | |
parent | 93e93124ebb909ccbe0cb35c0ef33593a6088bf7 (diff) | |
download | FreeBSD-ports-6b30aedc20651a0a913a123a5632e2e7b9560bc9.zip FreeBSD-ports-6b30aedc20651a0a913a123a5632e2e7b9560bc9.tar.gz |
Remove indefinite article from COMMENT
Diffstat (limited to 'net/micro_proxy/Makefile')
-rw-r--r-- | net/micro_proxy/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/micro_proxy/Makefile b/net/micro_proxy/Makefile index 0f12ebf..729feee 100644 --- a/net/micro_proxy/Makefile +++ b/net/micro_proxy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: micro_proxy -# Date created: 2 Sep 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= micro_proxy PORTVERSION= 20021030 @@ -13,7 +9,7 @@ MASTER_SITES= http://www.acme.com/software/micro_proxy/ \ DISTNAME= ${PORTNAME}_30oct2002 MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A really small HTTP/HTTPS proxy +COMMENT= Really small HTTP/HTTPS proxy MAKE_JOBS_SAFE= yes |