diff options
author | brook <brook> | 2014-09-19 20:55:07 +0000 |
---|---|---|
committer | brook <brook> | 2014-09-19 20:55:07 +0000 |
commit | 59c8ab2ceab7270c63c7686358d2ae26b6f997b7 (patch) | |
tree | d9296acbf9c8a2be5b2290e88c0f95b79c1cdc66 /math/Makefile | |
parent | 85d4943bf6347ae382524ea788b53f458c55691d (diff) | |
download | pkgsrc-59c8ab2ceab7270c63c7686358d2ae26b6f997b7.tar.gz |
Move math/R-countrycode to geography/R-countrycode.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@. See the thread starting with:
http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 2c3d707a914..f99abbd5ec9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.289 2014/09/19 20:46:32 brook Exp $ +# $NetBSD: Makefile,v 1.290 2014/09/19 20:55:07 brook Exp $ COMMENT= Mathematics @@ -25,7 +25,6 @@ SUBDIR+= R-circular SUBDIR+= R-classInt SUBDIR+= R-clim.pact SUBDIR+= R-combinat -SUBDIR+= R-countrycode SUBDIR+= R-date SUBDIR+= R-digest SUBDIR+= R-e1071 |