diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2009-12-31 10:32:29 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2009-12-31 10:32:29 +0000 |
commit | 88caf168d81abf30c88511536fd141c83fcdfb24 (patch) | |
tree | 4773e861a0f9f48083e7886bd5c0eb3c4d540568 /net/ntlmaps/Makefile | |
parent | 246d96fcb970a6634289dd73099d93ae453adf02 (diff) | |
download | ports-88caf168d81abf30c88511536fd141c83fcdfb24.tar.gz ports-88caf168d81abf30c88511536fd141c83fcdfb24.zip |
Notes
Diffstat (limited to 'net/ntlmaps/Makefile')
-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 |