pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-deldir



Module Name:    pkgsrc
Committed By:   brook
Date:           Sun Aug  9 16:38:53 UTC 2020

Modified Files:
        pkgsrc/geography/R-deldir: Makefile

Log Message:
geography/R-deldir: remove MASTER_SITES

MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/R-deldir/Makefile

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

Modified files:

Index: pkgsrc/geography/R-deldir/Makefile
diff -u pkgsrc/geography/R-deldir/Makefile:1.1 pkgsrc/geography/R-deldir/Makefile:1.2
--- pkgsrc/geography/R-deldir/Makefile:1.1      Fri Aug  7 00:20:08 2020
+++ pkgsrc/geography/R-deldir/Makefile  Sun Aug  9 16:38:53 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/08/07 00:20:08 brook Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/09 16:38:53 brook Exp $
 
 CATEGORIES=    geography
-MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/deldir/



Home | Main Index | Thread Index | Old Index