1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

math/cadabra2: Restore the unbundling of websocketpp (directory location has changed during port updates)

Reported by:	jbeich
This commit is contained in:
Yuri Victorovich 2019-03-17 19:25:57 +00:00
parent fb0362b11e
commit ee95c7713e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496102

View File

@ -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>