mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
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,11 +1,12 @@
|
||||
# Created by: Johan Str??m <johna@stromnet.se>
|
||||
# Created by: Johan Str??m <johan@stromnet.se>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jsoncpp
|
||||
DISTVERSION= 1.7.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= johan@stromnet.se
|
||||
MAINTAINER= yuri@rawbw.com
|
||||
COMMENT= JSON reader and writer library for C++
|
||||
|
||||
LICENSE= MIT
|
||||
@ -41,7 +42,7 @@ do-install:
|
||||
@${REINPLACE_CMD} -i '' \
|
||||
-e 's|@CMAKE_INSTALL_PREFIX@|${PREFIX}|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' \
|
||||
${STAGEDIR}${PREFIX}/libdata/pkgconfig/jsoncpp.pc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user