From e7a6e62ba284da87bb4d87da157b3da4af22026b Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 31 Jul 2010 22:19:16 +0000 Subject: Additional INSTALLATION_DIRS entry from Robert Elz in PR 42507. While here, fix typo in COMMENT. --- math/R-DAAG/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'math/R-DAAG') 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" -- cgit v1.2.3