aboutsummaryrefslogtreecommitdiff
path: root/math/cminpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/cminpack/Makefile')
-rw-r--r--math/cminpack/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/math/cminpack/Makefile b/math/cminpack/Makefile
index 289538166583..e635200a8698 100644
--- a/math/cminpack/Makefile
+++ b/math/cminpack/Makefile
@@ -3,8 +3,8 @@
PORTNAME= cminpack
PORTVERSION= 1.3.5
+DISTVERSIONPREFIX= v
CATEGORIES= math
-MASTER_SITES= GH
MAINTAINER= fernando.apesteguia@gmail.com
COMMENT= Solving nonlinear equations and nonlinear least squares problems
@@ -14,13 +14,11 @@ LICENSE_FILE= ${WRKSRC}/CopyrightMINPACK.txt
USES= cmake:outsource
USE_GITHUB= yes
-GH_PROJECT= cminpack
GH_ACCOUNT= devernay
-GH_TAGNAME= e89f19c
OPTIONS_DEFINE= EXAMPLES
-post-install:
+post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} "*.[ch] testdata" \
${STAGEDIR}${EXAMPLESDIR})