Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R Conditionally define WRKSRC.
details: https://anonhg.NetBSD.org/pkgsrc/rev/96365b4c91c6
branches: trunk
changeset: 436312:96365b4c91c6
user: brook <brook%pkgsrc.org@localhost>
date: Fri Jul 31 17:04:12 2020 +0000
description:
Conditionally define WRKSRC.
Conditionally define WRKSRC so that R packages with an unusual organization
can override the default.
diffstat:
math/R/Makefile.extension | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c662170c5ad9 -r 96365b4c91c6 math/R/Makefile.extension
--- a/math/R/Makefile.extension Fri Jul 31 17:01:44 2020 +0000
+++ b/math/R/Makefile.extension Fri Jul 31 17:04:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.extension,v 1.26 2019/11/02 16:16:18 rillig Exp $
+# $NetBSD: Makefile.extension,v 1.27 2020/07/31 17:04:12 brook Exp $
#
# This Makefile fragment is included by packages for R library packages.
#
@@ -31,7 +31,7 @@
CATEGORIES+= math R
HOMEPAGE?= https://CRAN.R-project.org/package=${R_PKGNAME}
-WRKSRC= ${WRKDIR}/${R_PKGNAME}
+WRKSRC?= ${WRKDIR}/${R_PKGNAME}
INSTALLATION_DIRS= ${R_LIB}
Home |
Main Index |
Thread Index |
Old Index