summaryrefslogtreecommitdiffstats
path: root/www/epiphany-extensions/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-04-03 04:47:49 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-04-03 04:47:49 +0800
commitd3593533418a562264cdb38b5a7971134293aabf (patch)
treea28c1a8e0302898ee829cc14988129a0b33e8c94 /www/epiphany-extensions/Makefile
parentd8051ab86954f67c0cd54210e620dcb69edacb34 (diff)
downloadmarcuscom-ports-d3593533418a562264cdb38b5a7971134293aabf.tar
marcuscom-ports-d3593533418a562264cdb38b5a7971134293aabf.tar.gz
marcuscom-ports-d3593533418a562264cdb38b5a7971134293aabf.tar.bz2
marcuscom-ports-d3593533418a562264cdb38b5a7971134293aabf.tar.lz
marcuscom-ports-d3593533418a562264cdb38b5a7971134293aabf.tar.xz
marcuscom-ports-d3593533418a562264cdb38b5a7971134293aabf.tar.zst
marcuscom-ports-d3593533418a562264cdb38b5a7971134293aabf.zip
Update to 2.30.0.
Remove old pre-everything ${ECHO} inflavor of options. Collaps 2 sed lines for configure into 1. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14000 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions/Makefile')
-rw-r--r--www/epiphany-extensions/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
index d4b3b4dab..17e78f7c4 100644
--- a/www/epiphany-extensions/Makefile
+++ b/www/epiphany-extensions/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/www/epiphany-extensions/Makefile,v 1.124 2010/03/05 14:38:01 kwm Exp $
#
PORTNAME= epiphany-extensions
-PORTVERSION= 2.29.91
+PORTVERSION= 2.30.0
PORTREVISION= 0
CATEGORIES= www gnome
MASTER_SITES= GNOME
@@ -48,15 +48,10 @@ CONFIGURE_ARGS+= --disable-opensp
CONFIGURE_ARGS+=--with-extensions="${EPHY_EXTENSIONS}"
-pre-everything::
- @${ECHO_MSG} "Epiphany-extensions also supports the following tunable option(s):"
- @${ECHO_MSG} " WITH_OPENSP=yes Enable support for OpenSP SGML validation"
- @${ECHO_MSG} ""
-
post-patch:
@${REINPLACE_CMD} -e 's|$$($$PKG_CONFIG --variable=extensionsdir epiphany-$$_epiphany_api_version)|${PREFIX}/lib/epiphany/${PORTVERSION:R}/extensions|g' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|$$($$PKG_CONFIG --variable=icondir epiphany-$$EPIPHANY_API_VERSION)|${PREFIX}/share/epiphany/icons|g' \
+ -e 's|$$($$PKG_CONFIG --variable=icondir epiphany-$$EPIPHANY_API_VERSION)|${PREFIX}/share/epiphany/icons|g' \
+ -e 's|EPIPHANY_API_VERSION=2.29|EPIPHANY_API_VERSION=2.30|g' \
${WRKSRC}/configure
.include <bsd.port.post.mk>