diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 14:00:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 14:00:30 +0000 |
commit | 1101f09c09367bca303d13431ed15f28d0a22f65 (patch) | |
tree | 511f5a9a033d7b57693fe54af6e8673a6a6a7f4f /net/micro_proxy | |
parent | fde362579641ddf717c0f67041e6f3360e2fad61 (diff) |
Notes
Diffstat (limited to 'net/micro_proxy')
-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 0f12ebfdcb2e..729feee5337b 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 |