1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Install dom.cpp in devel/gsoap lib path (like stdsoap2.c[pp])

Reviewed by:	bofh
Approved by:	bofh
Differential Revision: https://reviews.freebsd.org/D1822
This commit is contained in:
Michael Gmelin 2015-02-11 13:15:41 +00:00
parent 0a55e5e869
commit ff0f7a854f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378836
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= gsoap
PORTVERSION= 2.8.21
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}2/gSOAP
DISTNAME= ${PORTNAME}_${PORTVERSION}
@ -36,8 +37,9 @@ post-patch:
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/gsoap
${INSTALL_DATA} ${WRKSRC}/gsoap/stdsoap2.c \
${INSTALL_DATA} ${WRKSRC}/gsoap/stdsoap2.c ${WRKSRC}/gsoap/dom.cpp \
${STAGEDIR}${PREFIX}/lib/gsoap
@${LN} -fs stdsoap2.c ${STAGEDIR}${PREFIX}/lib/gsoap/stdsoap2.cpp
@${LN} -fs dom.cpp ${STAGEDIR}${PREFIX}/lib/gsoap/dom.c
.include <bsd.port.mk>

View File

@ -7,6 +7,8 @@ lib/libgsoapck++.a
lib/libgsoapck.a
lib/libgsoapssl++.a
lib/libgsoapssl.a
lib/gsoap/dom.c
lib/gsoap/dom.cpp
lib/gsoap/stdsoap2.c
lib/gsoap/stdsoap2.cpp
libdata/pkgconfig/gsoap++.pc