From c506640d30bc619978de427821ec648a7179dde9 Mon Sep 17 00:00:00 2001 From: kevlo Date: Thu, 31 Dec 2009 10:32:29 +0000 Subject: Replace CR/LF's with unix LF's. PR: ports/141637 Submitted by: ehaupt --- net/ntlmaps/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/ntlmaps') diff --git a/net/ntlmaps/Makefile b/net/ntlmaps/Makefile index 6f9e9068f56e..70ebc1b756e8 100644 --- a/net/ntlmaps/Makefile +++ b/net/ntlmaps/Makefile @@ -6,7 +6,7 @@ PORTNAME= ntlmaps PORTVERSION= 0.9.9.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -14,11 +14,12 @@ MAINTAINER= kevlo@FreeBSD.org COMMENT= A proxy that authenticates the user using the NTLM protocol USE_PYTHON= yes +USE_DOS2UNIX= yes DOCS= COPYING Install.txt changelog.txt readme.txt research.txt post-patch: - ${REINPLACE_CMD} -e \ + @${REINPLACE_CMD} -e \ 's,^#! /usr/bin/python,#!${PYTHON_CMD},' ${WRKSRC}/main.py @${RM} -rf ${WRKSRC}/main.py.bak -- cgit