pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Jul 31 17:04:12 UTC 2020

Modified Files:
        pkgsrc/math/R: Makefile.extension

Log Message:
Conditionally define WRKSRC.

Conditionally define WRKSRC so that R packages with an unusual organization
can override the default.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/math/R/Makefile.extension

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R/Makefile.extension
diff -u pkgsrc/math/R/Makefile.extension:1.26 pkgsrc/math/R/Makefile.extension:1.27
--- pkgsrc/math/R/Makefile.extension:1.26       Sat Nov  2 16:16:18 2019
+++ pkgsrc/math/R/Makefile.extension    Fri Jul 31 17:04:12 2020
@@ -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 @@ DIST_SUBDIR?= R
 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