From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 13:19:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5B2EC1D; Sun, 25 Nov 2012 13:19:26 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A824D8FC08; Sun, 25 Nov 2012 13:19:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPDJQwL066483; Sun, 25 Nov 2012 13:19:26 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPDJQv0066481; Sun, 25 Nov 2012 13:19:26 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201211251319.qAPDJQv0066481@svn.freebsd.org> From: Florian Smeets Date: Sun, 25 Nov 2012 13:19:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307742 - head/www/libecap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Nov 2012 13:19:27 -0000 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 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