diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 23:04:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 23:04:15 +0000 |
commit | b0feb9f5b186a62a131121fe59db9ccdc0a844bd (patch) | |
tree | b25c2af3335af12ba6ddabd1da702cd960afaeee /math/R | |
parent | 7f83a9404a6462cbf7741a2b27b16584af55429c (diff) | |
download | pkgsrc-b0feb9f5b186a62a131121fe59db9ccdc0a844bd.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 3 | ||||
-rw-r--r-- | math/R/Makefile.extension | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 75b543e8456..5d3ef8fe6b6 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.128 2012/09/07 19:17:04 adam Exp $ +# $NetBSD: Makefile,v 1.129 2012/09/11 23:04:15 asau Exp $ DISTNAME= R-2.14.2 PKGREVISION= 2 @@ -15,7 +15,6 @@ NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \ NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir TEST_TARGET= check USE_TOOLS+= gmake gzip:run makeinfo perl:run sed unzip:run xmkmf diff --git a/math/R/Makefile.extension b/math/R/Makefile.extension index 4ab367b3410..56575d5ac44 100644 --- a/math/R/Makefile.extension +++ b/math/R/Makefile.extension @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.extension,v 1.16 2012/08/02 14:35:01 mishka Exp $ +# $NetBSD: Makefile.extension,v 1.17 2012/09/11 23:04:16 asau Exp $ # # This Makefile fragment is included by packages for R library packages. # @@ -15,7 +15,6 @@ DIST_SUBDIR?= R CATEGORIES+= math PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${R_PKGNAME} |