diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /math/R | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile.extension | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile.extension b/math/R/Makefile.extension index 00dad0467ad..ae9cc0dd3dc 100644 --- a/math/R/Makefile.extension +++ b/math/R/Makefile.extension @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.extension,v 1.5 2003/12/03 12:05:18 markd Exp $ +# $NetBSD: Makefile.extension,v 1.6 2004/01/20 12:20:04 agc Exp $ # # This Makefile fragment is included by packages for R library packages. # @@ -10,7 +10,6 @@ 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 @@ -18,6 +17,7 @@ CATEGORIES+= math R_DEPENDS?= R>=1.7.0 DEPENDS+= ${R_DEPENDS}:../../math/R +WRKSRC= ${WRKDIR}/${R_PKGNAME} NO_BUILD= YES do-install: |