View | Details | Raw Unified | Return to bug 192511 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+5 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	python27
3
PORTNAME=	python27
4
PORTVERSION=	2.7.9
4
PORTVERSION=	2.7.9
5
PORTREVISION=	1
5
CATEGORIES=	lang python ipv6
6
CATEGORIES=	lang python ipv6
6
MASTER_SITES=	PYTHON
7
MASTER_SITES=	PYTHON
7
MASTER_SITE_SUBDIR=	ftp/python/${PORTVERSION}
8
MASTER_SITE_SUBDIR=	ftp/python/${PORTVERSION}
Lines 100-105 Link Here
100
PLIST_SUB+=	NO_NIS=""
101
PLIST_SUB+=	NO_NIS=""
101
.endif
102
.endif
102
103
104
.if defined(WITH_OPENSSL_PORT)
105
CONFIGURE_ARGS+=	CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
106
.endif
107
103
post-patch:
108
post-patch:
104
	@${REINPLACE_CMD} -e \
109
	@${REINPLACE_CMD} -e \
105
		's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \
110
		's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \

Return to bug 192511