diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-02 19:08:56 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-02 19:08:56 +0000 |
commit | ef577ab2ab7df05b43ae06adbca47c25093201ea (patch) | |
tree | 7e3bd13da13fbf8ddc63548c399e6244fc45cdb1 /science | |
parent | Add missing files, as requested by kris-mail (diff) |
- Correctly define PORTDOCS to fix libsvm-python build
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=189026
Diffstat (limited to 'science')
-rw-r--r-- | science/libsvm/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
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 <bsd.port.pre.mk> post-patch: |