Date: Fri, 27 May 2016 12:01:56 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415936 - head/devel/jsoncpp Message-ID: <201605271201.u4RC1uoM052683@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri May 27 12:01:56 2016 New Revision: 415936 URL: https://svnweb.freebsd.org/changeset/ports/415936 Log: 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) Modified: head/devel/jsoncpp/Makefile Modified: head/devel/jsoncpp/Makefile ============================================================================== --- head/devel/jsoncpp/Makefile Fri May 27 11:32:29 2016 (r415935) +++ head/devel/jsoncpp/Makefile Fri May 27 12:01:56 2016 (r415936) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605271201.u4RC1uoM052683>