summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
commit0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /math/R
parent027ce626821d991bc282a370598c738be6c3e12e (diff)
downloadpkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile.extension4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile.extension b/math/R/Makefile.extension
index 09f5569044f..638946f8452 100644
--- a/math/R/Makefile.extension
+++ b/math/R/Makefile.extension
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.extension,v 1.3 2002/12/10 11:58:10 markd Exp $
+# $NetBSD: Makefile.extension,v 1.4 2003/03/29 12:41:38 jmmv Exp $
#
# This Makefile fragment is included by packages for R library packages.
#
@@ -10,6 +10,7 @@
DISTNAME?= ${R_PKGNAME}_${R_PKGVER}
PKGNAME?= R-${R_PKGNAME}-${R_PKGVER:S/-/./}
+WRKSRC= ${WRKDIR}/${R_PKGNAME}
MASTER_SITES?= ${MASTER_SITE_R_CRAN:=contrib/}
DIST_SUBDIR?= R
CATEGORIES+= math
@@ -17,7 +18,6 @@ CATEGORIES+= math
R_DEPENDS?= R>=1.4.1nb2
DEPENDS+= ${R_DEPENDS}:../../math/R
-WRKSRC= ${WRKDIR}/${R_PKGNAME}
NO_BUILD= YES
do-install: