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

Collapse All | Expand All

(-)Makefile (-2 / +6 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD: head/lang/python27/Makefile 372138 2014-11-04 09:14:21Z demon $
2
2
3
PORTNAME=	python27
3
PORTNAME=	python27
4
PORTVERSION=	2.7.8
4
PORTVERSION=	2.7.8
5
PORTREVISION=	6
5
PORTREVISION=	7
6
CATEGORIES=	lang python ipv6
6
CATEGORIES=	lang python ipv6
7
MASTER_SITES=	PYTHON
7
MASTER_SITES=	PYTHON
8
MASTER_SITE_SUBDIR=	ftp/python/${PORTVERSION}
8
MASTER_SITE_SUBDIR=	ftp/python/${PORTVERSION}
Lines 101-106 Link Here
101
PLIST_SUB+=	NO_NIS=""
101
PLIST_SUB+=	NO_NIS=""
102
.endif
102
.endif
103
103
104
.if ${WITH_OPENSSL_PORT}
105
CONFIGURE_ARGS+=	CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
106
.endif
107
104
post-patch:
108
post-patch:
105
	@${REINPLACE_CMD} -e \
109
	@${REINPLACE_CMD} -e \
106
		'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