Date: Mon, 25 Aug 2014 13:29:12 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366073 - head/devel/liballium Message-ID: <201408251329.s7PDTCj6098056@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Mon Aug 25 13:29:11 2014 New Revision: 366073 URL: http://svnweb.freebsd.org/changeset/ports/366073 QAT: https://qat.redports.org/buildarchive/r366073/ Log: Add forgotten DOCS option. Modified: head/devel/liballium/Makefile Modified: head/devel/liballium/Makefile ============================================================================== --- head/devel/liballium/Makefile Mon Aug 25 13:02:59 2014 (r366072) +++ head/devel/liballium/Makefile Mon Aug 25 13:29:11 2014 (r366073) @@ -25,6 +25,8 @@ PLIST_SUB+= PKGNAME=${PKGNAME} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -E -e "s@^(pkgconfigdir =) .*@\1 ${LOCALBASE}/libdata/pkgconfig@" \ ${WRKSRC}/Makefile.am
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408251329.s7PDTCj6098056>