diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-19 00:45:45 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-19 00:45:45 +0000 |
commit | ab4e122aeae07803ffc66073a22664233e0eb961 (patch) | |
tree | a0ac0a390941b85aca0e534cc7d77082a1c068ea | |
parent | b5d803dce61dcef6ddf492a1c9efdd4b2d95bd7d (diff) | |
download | pkgsrc-ab4e122aeae07803ffc66073a22664233e0eb961.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
-rw-r--r-- | math/R/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 |