diff options
author | kevlo <kevlo@FreeBSD.org> | 2009-12-31 18:32:29 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2009-12-31 18:32:29 +0800 |
commit | c506640d30bc619978de427821ec648a7179dde9 (patch) | |
tree | 5227f960b0fee6a9c7dcb64cc74f2121b09c3a68 /net/ntlmaps | |
parent | 3371f8d16638923455d03c9747562558deac8bf0 (diff) | |
download | freebsd-ports-gnome-c506640d30bc619978de427821ec648a7179dde9.tar.gz freebsd-ports-gnome-c506640d30bc619978de427821ec648a7179dde9.tar.zst freebsd-ports-gnome-c506640d30bc619978de427821ec648a7179dde9.zip |
Replace CR/LF's with unix LF's.
PR: ports/141637
Submitted by: ehaupt
Diffstat (limited to 'net/ntlmaps')
-rw-r--r-- | net/ntlmaps/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |