From ef577ab2ab7df05b43ae06adbca47c25093201ea Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Mon, 2 Apr 2007 19:08:56 +0000 Subject: - Correctly define PORTDOCS to fix libsvm-python build Reported by: pointyhat via kris --- science/libsvm/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'science') diff --git a/science/libsvm/Makefile b/science/libsvm/Makefile index 72141fc21625..9a22e274e34f 100644 --- a/science/libsvm/Makefile +++ b/science/libsvm/Makefile @@ -33,11 +33,8 @@ TXT_DOCS= README.python BUILD_WRKSRC= ${WRKSRC}/python .else - TXT_DOCS= COPYRIGHT README FAQ.html README.tools -.if !defined(NOPORTDOCS) -PORTDOCS= ${TXT_DOCS} -.endif + TOOLS= tools/grid.py tools/easy.py tools/subset.py SUB_FILES= pkg-message @@ -45,6 +42,10 @@ SUB_LIST= DATADIR=${DATADIR} .endif +.if !defined(NOPORTDOCS) +PORTDOCS= ${TXT_DOCS} +.endif + .include post-patch: -- cgit v1.2.3