diff options
Diffstat (limited to 'science/dakota/Makefile')
-rw-r--r-- | science/dakota/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/dakota/Makefile b/science/dakota/Makefile index 0e164583302d..96e46b04e23b 100644 --- a/science/dakota/Makefile +++ b/science/dakota/Makefile @@ -1,6 +1,5 @@ PORTNAME= dakota -DISTVERSION= 6.21.0 -PORTREVISION= 1 +DISTVERSION= 6.22.0 CATEGORIES= science MASTER_SITES= https://github.com/snl-dakota/dakota/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-public-src-cli @@ -69,6 +68,8 @@ LDFLAGS+= -lexecinfo CONFLICTS_BUILD= dakota # self: picks up some bundled packages from the pre-installed dakota package and then fails to install them +MAKE_ARGS= VERBOSE=1 + post-extract: @${FIND} ${WRKSRC} -name "*.orig" -delete @${ECHO} ${DISTVERSION} > ${WRKSRC}/VERSION # expected by the 'install' target |