aboutsummaryrefslogtreecommitdiff
path: root/cad/openvsp/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-12-14 11:46:04 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-12-14 11:46:04 +0000
commitade94852b2d904e47e0dbf97d3665ac20228af76 (patch)
tree23d5cedb51e64f149224b9dde369607161bdb3cf /cad/openvsp/Makefile
parentcd5b7e32eb3e1aa662f514cf5caf13994ed60548 (diff)
downloadports-ade94852b2d904e47e0dbf97d3665ac20228af76.tar.gz
ports-ade94852b2d904e47e0dbf97d3665ac20228af76.zip
Notes
Diffstat (limited to 'cad/openvsp/Makefile')
-rw-r--r--cad/openvsp/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile
index ead60b306c4d..8acfb74f1b67 100644
--- a/cad/openvsp/Makefile
+++ b/cad/openvsp/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= openvsp
-PORTVERSION= 2.2.5
+PORTVERSION= 2.3.0
CATEGORIES= cad
MASTER_SITES= GH
@@ -28,7 +28,7 @@ USE_GITHUB= yes
GH_PROJECT= OpenVSP
GH_ACCOUNT= ${GH_PROJECT}
GH_TAGNAME= ${GH_PROJECT}_${PORTVERSION}
-GH_COMMIT= 4c359c8
+GH_COMMIT= 568c424
CMAKE_SOURCE_PATH= ${WRKSRC}/src
USES= cmake:outsource iconv
@@ -44,13 +44,9 @@ PORTEXAMPLES= *
OPTIONS_DEFINE= EXAMPLES
-.include <bsd.port.options.mk>
-
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/vsp/vsp ${STAGEDIR}${PREFIX}/bin
-.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
-.endif
.include <bsd.port.mk>