View | Details | Raw Unified | Return to bug 141637
Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 6-12 Link Here
6
6
7
PORTNAME=	ntlmaps
7
PORTNAME=	ntlmaps
8
PORTVERSION=	0.9.9.0.1
8
PORTVERSION=	0.9.9.0.1
9
PORTREVISION=	1
9
PORTREVISION=	2
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
12
12
Lines 14-24 Link Here
14
COMMENT=	A proxy that authenticates the user using the NTLM protocol
14
COMMENT=	A proxy that authenticates the user using the NTLM protocol
15
15
16
USE_PYTHON=	yes
16
USE_PYTHON=	yes
17
USE_DOS2UNIX=	yes
17
18
18
DOCS=		COPYING Install.txt changelog.txt readme.txt research.txt
19
DOCS=		COPYING Install.txt changelog.txt readme.txt research.txt
19
20
20
post-patch:
21
post-patch:
21
	${REINPLACE_CMD} -e \
22
	@${REINPLACE_CMD} -e \
22
	    's,^#! /usr/bin/python,#!${PYTHON_CMD},' ${WRKSRC}/main.py
23
	    's,^#! /usr/bin/python,#!${PYTHON_CMD},' ${WRKSRC}/main.py
23
	@${RM} -rf ${WRKSRC}/main.py.bak
24
	@${RM} -rf ${WRKSRC}/main.py.bak

Return to bug 141637