svn commit: r415936 - head/devel/jsoncpp

Kurt Jaeger pi at FreeBSD.org
Fri May 27 12:01:58 UTC 2016


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 at rawbw.com (new maintainer)
  Reported by:	johan at stromnet.se (old maintainer)
  Approved by:	johan at 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 at stromnet.se>
+# Created by: Johan Str??m <johan at stromnet.se>
 # $FreeBSD$
 
 PORTNAME=	jsoncpp
 DISTVERSION=	1.7.2
+PORTREVISION=	1
 CATEGORIES=	devel
 
-MAINTAINER=	johan at stromnet.se
+MAINTAINER=	yuri at 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
 


More information about the svn-ports-head mailing list