Date: Sun, 25 Nov 2012 13:19:26 +0000 (UTC) From: Florian Smeets <flo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307742 - head/www/libecap Message-ID: <201211251319.qAPDJQv0066481@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: flo Date: Sun Nov 25 13:19:26 2012 New Revision: 307742 URL: http://svnweb.freebsd.org/changeset/ports/307742 Log: Install .pc files in the correct directory. This should fix www/squid32 with ECAP enabled. PR: ports/173837 Submitted by: Eugene Grosbein <eugen@eg.sd.rdtc.ru> Approved by: maintainer Feature safe: yes Modified: head/www/libecap/Makefile head/www/libecap/pkg-plist Modified: head/www/libecap/Makefile ============================================================================== --- head/www/libecap/Makefile Sun Nov 25 13:07:09 2012 (r307741) +++ head/www/libecap/Makefile Sun Nov 25 13:19:26 2012 (r307742) @@ -7,6 +7,7 @@ PORTNAME= libecap PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= www security MASTER_SITES= http://www.measurement-factory.com/tmp/ecap/ @@ -22,6 +23,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTDOCS= CREDITS LICENSE NOTICE README +CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/www/libecap/pkg-plist ============================================================================== --- head/www/libecap/pkg-plist Sun Nov 25 13:07:09 2012 (r307741) +++ head/www/libecap/pkg-plist Sun Nov 25 13:19:26 2012 (r307742) @@ -30,5 +30,4 @@ lib/libecap.a lib/libecap.la lib/libecap.so lib/libecap.so.2 -lib/pkgconfig/libecap.pc -@dirrmtry lib/pkgconfig +libdata/pkgconfig/libecap.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211251319.qAPDJQv0066481>