diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-03-04 19:27:02 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-03-04 19:27:02 +0000 |
| commit | 689d917cc8816cff1ba6f91d41e91fdb9885dd91 (patch) | |
| tree | 5be5b252f35fd6f89e686009c8cf101dc6bc86a7 | |
| parent | 046afa41633ade2f2adfb8ea78abce8cffe30105 (diff) | |
Notes
| -rw-r--r-- | net/corkscrew/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/corkscrew/Makefile b/net/corkscrew/Makefile index e1dc254c6047..b281fb87ee78 100644 --- a/net/corkscrew/Makefile +++ b/net/corkscrew/Makefile @@ -8,9 +8,10 @@ PORTNAME= corkscrew PORTVERSION= 2.0 CATEGORIES= net -MASTER_SITES= http://www.agroman.net/corkscrew/ +MASTER_SITES= http://www.agroman.net/corkscrew/ \ + CRITICAL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A HTTP tunnelling utility for SSH GNU_CONFIGURE= yes |
