svn commit: r307742 - head/www/libecap
Florian Smeets
flo at FreeBSD.org
Sun Nov 25 13:19:27 UTC 2012
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 at 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
- at dirrmtry lib/pkgconfig
+libdata/pkgconfig/libecap.pc
More information about the svn-ports-all
mailing list