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

Collapse All | Expand All

(-)py-numeric/Makefile (-2 / +2 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/math/py-numeric/Makefile,v 1.45 2005/07/22 12:52:37 tg Exp $
5
# $FreeBSD: ports/math/py-numeric/Makefile,v 1.45 2005/07/22 12:52:37 tg Exp $
6
#
6
#
7
7
8
PORTNAME=	numeric
8
PORTNAME=	Numeric
9
PORTVERSION=	23.8
9
PORTVERSION=	23.8
10
CATEGORIES=	math python
10
CATEGORIES=	math python
11
MASTER_SITES=	http://numeric.scipy.org/:doc \
11
MASTER_SITES=	http://numeric.scipy.org/:doc \
Lines 44-50 post-install: Link Here
44
	${INSTALL_DATA} ${WRKSRC}/Demo/NumTut/* ${EXAMPLESDIR}/NumTut
44
	${INSTALL_DATA} ${WRKSRC}/Demo/NumTut/* ${EXAMPLESDIR}/NumTut
45
.if !defined(NOPORTDOCS)
45
.if !defined(NOPORTDOCS)
46
	@${MKDIR} ${DOCSDIR}
46
	@${MKDIR} ${DOCSDIR}
47
	${INSTALL_DATA} ${WRKDIR}/numpy.pdf ${DOCSDIR}
47
	${INSTALL_DATA} ${WRKSRC}/numpy.pdf ${DOCSDIR}
48
.endif
48
.endif
49
49
50
.include <bsd.port.post.mk>
50
.include <bsd.port.post.mk>

Return to bug 83915