diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
commit | 4ab0594f63e38be08f045ae986deea85d9f8e781 (patch) | |
tree | 5ccc149311d24585961d9a2cf90f90b5de162a2d /math/R-cran-SuppDists | |
parent | 144134eb9b1691db727f497d0fe3e24da49605ee (diff) | |
download | freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.gz freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.zst freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.zip |
Fix NO_STAGE attribution
Diffstat (limited to 'math/R-cran-SuppDists')
-rw-r--r-- | math/R-cran-SuppDists/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R-cran-SuppDists/Makefile b/math/R-cran-SuppDists/Makefile index 7af947fce130..17a014400ee1 100644 --- a/math/R-cran-SuppDists/Makefile +++ b/math/R-cran-SuppDists/Makefile @@ -21,11 +21,11 @@ BENCHMARK_SCRIPT= R-benchmark-25.R R_MOD_AUTOPLIST= yes USE_R_MOD= yes WRKSRC = ${WRKDIR}/${PORTNAME} +NO_STAGE= yes .if defined(MAINTAINER_MODE) USE_DOS2UNIX= ../${BENCHMARK_SCRIPT} -NO_STAGE= yes post-extract: @${CP} ${_DISTDIR}/${BENCHMARK_SCRIPT} ${WRKDIR} |