diff options
author | dholland <dholland@pkgsrc.org> | 2010-07-31 22:19:16 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-07-31 22:19:16 +0000 |
commit | e7a6e62ba284da87bb4d87da157b3da4af22026b (patch) | |
tree | 1f4d73dbc3b26e49ae1c0b409e920ea195957665 /math/R-DAAG | |
parent | c312462f1f9dd48c162ec7259a3d7ea240307b46 (diff) | |
download | pkgsrc-e7a6e62ba284da87bb4d87da157b3da4af22026b.tar.gz |
Additional INSTALLATION_DIRS entry from Robert Elz in PR 42507.
While here, fix typo in COMMENT.
Diffstat (limited to 'math/R-DAAG')
-rw-r--r-- | math/R-DAAG/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/R-DAAG/Makefile b/math/R-DAAG/Makefile index 896fde2adac..a2397ec8ef2 100644 --- a/math/R-DAAG/Makefile +++ b/math/R-DAAG/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2009/12/21 11:51:19 adam Exp $ +# $NetBSD: Makefile,v 1.7 2010/07/31 22:19:16 dholland Exp $ CATEGORIES= databases math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= mchittur@cs.nmsu.edu HOMEPAGE= ${R_HOMEPAGE_BASE}/DAAG/ -COMMENT= Example data sets and functions implmented in R +COMMENT= Example data sets and functions implemented in R R_PKGNAME= DAAG R_PKGVER= 1.01 @@ -13,4 +13,5 @@ R_PKGVER= 1.01 DEPENDS+= R-randomForest>=4.5:../../math/R-randomForest .include "../../math/R/Makefile.extension" +INSTALLATION_DIRS+= lib/R/doc/html/search .include "../../mk/bsd.pkg.mk" |