aboutsummaryrefslogtreecommitdiffstats
path: root/math/cadabra2
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-03-18 03:25:57 +0800
committerYuri Victorovich <yuri@FreeBSD.org>2019-03-18 03:25:57 +0800
commitee95c7713eb0447a8a93764f4a3f5150ad00a199 (patch)
tree643992aa3a7ee2a7204e4506c1dacf83a08ca179 /math/cadabra2
parentfb0362b11e528b70dfe88962cee72a462dbb091a (diff)
downloadfreebsd-ports-gnome-ee95c7713eb0447a8a93764f4a3f5150ad00a199.tar.gz
freebsd-ports-gnome-ee95c7713eb0447a8a93764f4a3f5150ad00a199.tar.zst
freebsd-ports-gnome-ee95c7713eb0447a8a93764f4a3f5150ad00a199.zip
math/cadabra2: Restore the unbundling of websocketpp (directory location has changed during port updates)
Reported by: jbeich
Diffstat (limited to 'math/cadabra2')
-rw-r--r--math/cadabra2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile
index e926febcd4df..1643980a4dff 100644
--- a/math/cadabra2/Makefile
+++ b/math/cadabra2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cadabra2
DISTVERSION= 2.2.5-5
DISTVERSIONSUFFIX= -gf10cac6b9a
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@@ -44,6 +45,6 @@ GUI_CMAKE_BOOL= ENABLE_FRONTEND
GUI_INSTALLS_ICONS= yes
post-extract: # unbundle
- @${RM} -r ${WRKSRC}/client_server/jsoncpp ${WRKSRC}/client_server/websocketpp
+ @${RM} -r ${WRKSRC}/libs/jsoncpp ${WRKSRC}/libs/websocketpp
.include <bsd.port.mk>