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

(-)math/py-matplotlib/Makefile (+4 lines)
Lines 8-13 Link Here
8
8
9
PORTNAME=	matplotlib
9
PORTNAME=	matplotlib
10
PORTVERSION=	1.0.0
10
PORTVERSION=	1.0.0
11
PORTREVISION=	1
11
CATEGORIES=	math python
12
CATEGORIES=	math python
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.0/
13
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.0/
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
14
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 102-107 Link Here
102
103
103
EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
104
EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
104
105
106
post-extract:
107
	${CHMOD} -R ga+r ${WRKDIR}
108
105
# bsd.tcl.mk doesn't set TK_VER, so we use TCL_VER instead
109
# bsd.tcl.mk doesn't set TK_VER, so we use TCL_VER instead
106
post-patch:
110
post-patch:
107
	${REINPLACE_CMD} -e 's|png_infopp_NULL|NULL|' \
111
	${REINPLACE_CMD} -e 's|png_infopp_NULL|NULL|' \

Return to bug 149085