pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R Prevent paths to the build directories from bei...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bd9bbb64958
branches:  trunk
changeset: 495718:3bd9bbb64958
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jun 19 00:45:45 2005 +0000

description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

diffstat:

 math/R/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 24fc541f4e87 -r 3bd9bbb64958 math/R/Makefile
--- a/math/R/Makefile   Sun Jun 19 00:13:30 2005 +0000
+++ b/math/R/Makefile   Sun Jun 19 00:45:45 2005 +0000
@@ -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 @@
 
 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+=                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
 



Home | Main Index | Thread Index | Old Index