diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-02 10:30:05 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-02 10:30:05 +0000 |
commit | 2faca8265751257634934f76f0ff50baa675980e (patch) | |
tree | 227cb14f378dce8e6aa630f79714a3de81ee5c4a /benchmarks/scimark2 | |
parent | a1d721ea4e5515d3a3894a00439b3ba897e37a8b (diff) | |
download | ports-2faca8265751257634934f76f0ff50baa675980e.tar.gz ports-2faca8265751257634934f76f0ff50baa675980e.zip |
benchmarks/*: Use NO_WRKSUBDIR
Notes
Notes:
svn path=/head/; revision=491940
Diffstat (limited to 'benchmarks/scimark2')
-rw-r--r-- | benchmarks/scimark2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/scimark2/Makefile b/benchmarks/scimark2/Makefile index 9a79167280da..f366c29f37e6 100644 --- a/benchmarks/scimark2/Makefile +++ b/benchmarks/scimark2/Makefile @@ -12,8 +12,6 @@ DISTNAME= ${PORTNAME}src MAINTAINER= thierry@FreeBSD.org COMMENT= Java benchmark for scientific and numerical computing -WRKSRC= ${WRKDIR} - USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ @@ -25,6 +23,7 @@ SMDIR= ${PREFIX}/${LSMDIR} SMSH= ${PORTNAME}${PKGNAMESUFFIX} +NO_WRKSUBDIR= yes PLIST_SUB= SMDIR=${LSMDIR} SUB_FILES= pkg-message SUB_LIST= SMSH=${SMSH} |