From 293b2d9554b78abb4bc071e011c32d86478db3c1 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sun, 19 Jun 2005 00:45:45 +0000 Subject: Prevent paths to the build directories from being included in the package. Bump PKGREVISION. --- math/R/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'math/R') diff --git a/math/R/Makefile b/math/R/Makefile index f8971724723..dc0cef27f20 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2005/06/11 02:37:00 markd Exp $ +# $NetBSD: Makefile,v 1.70 2005/06/19 00:45:45 kristerw Exp $ DISTNAME= R-2.1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-2/} @@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews TEST_TARGET= check USE_PERL5= # defined -USE_TOOLS+= gmake xmkmf +USE_TOOLS+= gmake xmkmf sed USE_GNU_READLINE= # uses callback interface USE_MAKEINFO= # defined TEXINFO_REQD= 4.5 @@ -48,6 +48,7 @@ CONFIGURE_ENV+= ac_cv_lib_blas_dgemm_=yes CONFIGURE_ENV+= GETWD=${TOOLS_PWD_CMD:Q} CONFIGURE_ENV+= lt_cv_path_LD=${LD:Q} +CONFIGURE_ENV+= lt_cv_path_SED="${TOOLS_SED}" USE_LANGUAGES= c fortran -- cgit v1.2.3