diff options
-rw-r--r-- | net/xboxproxy/Makefile | 7 | ||||
-rw-r--r-- | www/cntlm/Makefile | 8 |
2 files changed, 4 insertions, 11 deletions
diff --git a/net/xboxproxy/Makefile b/net/xboxproxy/Makefile index 80299b8afd93..8c10f91e41bf 100644 --- a/net/xboxproxy/Makefile +++ b/net/xboxproxy/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: xboxproxy -# Date created: 6 October 2005 -# Whom: Antony Mawer <ports@mawer.org> -# +# Created by: Antony Mawer <ports@mawer.org> # $FreeBSD$ PORTNAME= xboxproxy @@ -11,7 +8,7 @@ CATEGORIES= net MASTER_SITES= http://www.semicomplete.com/files/xboxproxy/ DISTNAME= proxy-${PORTVERSION} -MAINTAINER= ports@mawer.org +MAINTAINER= ports@FreeBSD.org COMMENT= A proxy for the XBox system link protocol BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 diff --git a/www/cntlm/Makefile b/www/cntlm/Makefile index bef6508e262e..c90b656dd0af 100644 --- a/www/cntlm/Makefile +++ b/www/cntlm/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: cntlm -# Date created: 23 July 2009 -# Whom: Antony Mawer <ports@mawer.org> -# +# Created by: Antony Mawer <ports@mawer.org> # $FreeBSD$ -# PORTNAME= cntlm PORTVERSION= 0.92.2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} -MAINTAINER= ports@mawer.org +MAINTAINER= ports@FreeBSD.org COMMENT= An NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy USE_RC_SUBR= cntlm |