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

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 15-20 Link Here
15
DISTFILES=	Numeric-${PORTVERSION}${EXTRACT_SUFX}:source \
15
DISTFILES=	Numeric-${PORTVERSION}${EXTRACT_SUFX}:source \
16
		numpy.pdf:doc
16
		numpy.pdf:doc
17
EXTRACT_ONLY=	Numeric-${PORTVERSION}${EXTRACT_SUFX}
17
EXTRACT_ONLY=	Numeric-${PORTVERSION}${EXTRACT_SUFX}
18
WRKSRC=	${WRKDIR}/Numeric-${PORTVERSION}
18
19
19
MAINTAINER=	tg@FreeBSD.org
20
MAINTAINER=	tg@FreeBSD.org
20
COMMENT=	The Numeric Extension to Python
21
COMMENT=	The Numeric Extension to Python
Lines 35-41 Link Here
35
.endif
36
.endif
36
37
37
post-extract:
38
post-extract:
38
	@${CP} ${DISTDIR}/numpy.pdf ${WRKSRC}
39
	@${CP} ${DISTDIR}/numpy.pdf ${WRKDIR}
39
40
40
post-install:
41
post-install:
41
	@${MKDIR} ${EXAMPLESDIR}
42
	@${MKDIR} ${EXAMPLESDIR}

Return to bug 83915