Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Aug 2012 13:53:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302937 - head/devel/yajl
Message-ID:  <201208221353.q7MDrBDC039462@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Aug 22 13:53:11 2012
New Revision: 302937
URL: http://svn.freebsd.org/changeset/ports/302937

Log:
  - Fix plist
  
  Reported by:	beat

Modified:
  head/devel/yajl/Makefile

Modified: head/devel/yajl/Makefile
==============================================================================
--- head/devel/yajl/Makefile	Wed Aug 22 13:34:04 2012	(r302936)
+++ head/devel/yajl/Makefile	Wed Aug 22 13:53:11 2012	(r302937)
@@ -22,6 +22,8 @@ LICENSE=	BSD
 USE_LDCONFIG=	yes
 USE_CMAKE=	yes
 
+PLIST_SUB=	VERSION=${PORTVERSION}
+
 post-patch:
 	@${REINPLACE_CMD} -e "s,share/pkgconfig,libdata/pkgconfig,g" \
 		${WRKSRC}/src/CMakeLists.txt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208221353.q7MDrBDC039462>