summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-05-14 06:43:01 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-05-14 06:43:01 +0800
commit1be6ceaceda463d6a90f6e459d9a290261e5ab5a (patch)
tree63d2b4848f5101262a498353707b9a7629759bf2 /www
parent43d09bde8a446da24d897799f61e48779f35ce8d (diff)
downloadmarcuscom-ports-1be6ceaceda463d6a90f6e459d9a290261e5ab5a.tar
marcuscom-ports-1be6ceaceda463d6a90f6e459d9a290261e5ab5a.tar.gz
marcuscom-ports-1be6ceaceda463d6a90f6e459d9a290261e5ab5a.tar.bz2
marcuscom-ports-1be6ceaceda463d6a90f6e459d9a290261e5ab5a.tar.lz
marcuscom-ports-1be6ceaceda463d6a90f6e459d9a290261e5ab5a.tar.xz
marcuscom-ports-1be6ceaceda463d6a90f6e459d9a290261e5ab5a.tar.zst
marcuscom-ports-1be6ceaceda463d6a90f6e459d9a290261e5ab5a.zip
Fix the pkg-config installation path.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12311 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/webkit-gtk2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
index 1b45fa8e3..634c580b2 100644
--- a/www/webkit-gtk2/Makefile
+++ b/www/webkit-gtk2/Makefile
@@ -3,12 +3,12 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/webkit-gtk2/Makefile,v 1.26 2009/05/11 03:04:46 marcus Exp $
+# $MCom: ports/www/webkit-gtk2/Makefile,v 1.27 2009/05/11 15:25:58 kwm Exp $
#
PORTNAME= webkit
PORTVERSION= 1.1.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://webkitgtk.org/
PKGNAMESUFFIX= -gtk2
@@ -64,7 +64,7 @@ PLIST_SUB+= STATIC="@comment "
post-patch:
@${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \
${WRKSRC}/WebCore/plugins/PluginDatabase.cpp
- @${FIND} ${WRKSRC} -name GNUmakefile.am | ${XARGS} ${REINPLACE_CMD} -e \
+ @${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
post-install: