diff options
author | Brian Somers <brian@FreeBSD.org> | 2002-03-13 11:31:08 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2002-03-13 11:31:08 +0000 |
commit | 820313fb80e37066624393c5e749c6d97c54e1ba (patch) | |
tree | f0c464d0fbb797f62c95887866c0999cea73f759 /www/httptunnel | |
parent | 75811ba0976d2d56d030fb7b0c6e77bb09365e0a (diff) | |
download | ports-820313fb80e37066624393c5e749c6d97c54e1ba.tar.gz ports-820313fb80e37066624393c5e749c6d97c54e1ba.zip |
Notes
Diffstat (limited to 'www/httptunnel')
-rw-r--r-- | www/httptunnel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/httptunnel/Makefile b/www/httptunnel/Makefile index a07c74c0b67d..1992ec0bbab6 100644 --- a/www/httptunnel/Makefile +++ b/www/httptunnel/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: httptunnel # Date created: March 20 2000 -# Whom: Brian Somers <brian@Awfulhak.org> +# Whom: Brian Somers <brian@FreeBSD.org> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= http://www.Awfulhak.org/httptunnel/ \ ftp://ftp.nocrew.org/pub/nocrew/unix/ \ http://www.nocrew.org/software/httptunnel/ -MAINTAINER= brian@Awfulhak.org +MAINTAINER= brian@FreeBSD.org HAS_CONFIGURE= yes CONFIGURE_ARGS= --quiet |