devel/jsoncpp: fix jsoncpp.pc includedir
- and: submitter becomes maintainer PR: 209407 Submitted by: yuri@rawbw.com (new maintainer) Reported by: johan@stromnet.se (old maintainer) Approved by: johan@stromnet.se (old maintainer)
This commit is contained in:
parent
8adc99e89b
commit
e63e18808d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415936
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Created by: Johan Str??m <johna@stromnet.se>
|
# Created by: Johan Str??m <johan@stromnet.se>
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= jsoncpp
|
PORTNAME= jsoncpp
|
||||||
DISTVERSION= 1.7.2
|
DISTVERSION= 1.7.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= johan@stromnet.se
|
MAINTAINER= yuri@rawbw.com
|
||||||
COMMENT= JSON reader and writer library for C++
|
COMMENT= JSON reader and writer library for C++
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
@ -41,7 +42,7 @@ do-install:
|
||||||
@${REINPLACE_CMD} -i '' \
|
@${REINPLACE_CMD} -i '' \
|
||||||
-e 's|@CMAKE_INSTALL_PREFIX@|${PREFIX}|g' \
|
-e 's|@CMAKE_INSTALL_PREFIX@|${PREFIX}|g' \
|
||||||
-e 's|@LIBRARY_INSTALL_DIR@|${PREFIX}/lib|g' \
|
-e 's|@LIBRARY_INSTALL_DIR@|${PREFIX}/lib|g' \
|
||||||
-e 's|@INCLUDE_INSTALL_DIR@|${PREFIX}/jsoncpp|g' \
|
-e 's|@INCLUDE_INSTALL_DIR@|${PREFIX}/include/jsoncpp|g' \
|
||||||
-e 's|@JSONCPP_VERSION@|${DISTVERSION}|g' \
|
-e 's|@JSONCPP_VERSION@|${DISTVERSION}|g' \
|
||||||
${STAGEDIR}${PREFIX}/libdata/pkgconfig/jsoncpp.pc
|
${STAGEDIR}${PREFIX}/libdata/pkgconfig/jsoncpp.pc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue