pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-DAAG Additional INSTALLATION_DIRS entry from Ro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fabad6553869
branches:  trunk
changeset: 578246:fabad6553869
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Jul 31 22:19:16 2010 +0000

description:
Additional INSTALLATION_DIRS entry from Robert Elz in PR 42507.
While here, fix typo in COMMENT.

diffstat:

 math/R-DAAG/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 945b540f2258 -r fabad6553869 math/R-DAAG/Makefile
--- a/math/R-DAAG/Makefile      Sat Jul 31 22:06:24 2010 +0000
+++ b/math/R-DAAG/Makefile      Sat Jul 31 22:19:16 2010 +0000
@@ -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@localhost
 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 @@
 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"



Home | Main Index | Thread Index | Old Index