summaryrefslogtreecommitdiffstats
path: root/www/epiphany-extensions3/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-07 18:36:46 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-07 18:36:46 +0800
commit7dcb04ae27da62262a9cffcd4c5c91ed1b8b3886 (patch)
treeba196254c004c740f264b8db1e2c4d0a487547be /www/epiphany-extensions3/Makefile
parente9665ff2caef5ca81b492af97c6214ec9348d422 (diff)
downloadmarcuscom-ports-7dcb04ae27da62262a9cffcd4c5c91ed1b8b3886.tar
marcuscom-ports-7dcb04ae27da62262a9cffcd4c5c91ed1b8b3886.tar.gz
marcuscom-ports-7dcb04ae27da62262a9cffcd4c5c91ed1b8b3886.tar.bz2
marcuscom-ports-7dcb04ae27da62262a9cffcd4c5c91ed1b8b3886.tar.lz
marcuscom-ports-7dcb04ae27da62262a9cffcd4c5c91ed1b8b3886.tar.xz
marcuscom-ports-7dcb04ae27da62262a9cffcd4c5c91ed1b8b3886.tar.zst
marcuscom-ports-7dcb04ae27da62262a9cffcd4c5c91ed1b8b3886.zip
epiphany's pkgconfig file name changed. Unbreak the build by telling configure
to look for the correct one. Submitted by: DomiX on irc. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15768 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions3/Makefile')
-rw-r--r--www/epiphany-extensions3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/epiphany-extensions3/Makefile b/www/epiphany-extensions3/Makefile
index 979715205..0aa1311a4 100644
--- a/www/epiphany-extensions3/Makefile
+++ b/www/epiphany-extensions3/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/www/epiphany-extensions3/Makefile,v 1.1 2011/03/24 09:27:05 kwm Exp $
#
PORTNAME= epiphany-extensions
PORTVERSION= 2.91.92
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -52,6 +53,7 @@ CONFIGURE_ARGS+=--with-extensions="${EPHY_EXTENSIONS}"
post-patch:
@${REINPLACE_CMD} -e 's|$$($$PKG_CONFIG --variable=extensionsdir epiphany-$$_epiphany_api_version)|${PREFIX}/lib/epiphany/${PORTVERSION:R}/extensions|g' \
-e 's|$$($$PKG_CONFIG --variable=icondir epiphany-$$EPIPHANY_API_VERSION)|${PREFIX}/share/epiphany/icons|g' \
+ -e 's|2.31|3.0|g' \
${WRKSRC}/configure
# temp disable until autoscroller and permissions gets updated to new API.
@${REINPLACE_CMD} -e 's|auto-scroller||g' -e 's|permissions||g' \