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

(-)math/py-bottleneck/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	bottleneck
4
PORTNAME=	bottleneck
5
PORTVERSION=	1.2.1
5
PORTVERSION=	1.2.1
6
PORTREVISION=	1
6
CATEGORIES=	math python
7
CATEGORIES=	math python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 21-27 Link Here
21
USE_PYTHON=	distutils autoplist cython
22
USE_PYTHON=	distutils autoplist cython
22
23
23
OPTIONS_DEFINE=	DOCS
24
OPTIONS_DEFINE=	DOCS
24
DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
25
DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
25
PORTDOCS=	*
26
PORTDOCS=	*
26
27
27
regression-test: build
28
regression-test: build

Return to bug 224818