diff options
Diffstat (limited to 'www/epiphany-extensions/Makefile')
-rw-r--r-- | www/epiphany-extensions/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 57f5c5607..bbd5cc00f 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany-extensions/Makefile,v 1.78 2006/10/03 20:07:26 mezz Exp $ +# $MCom: ports/www/epiphany-extensions/Makefile,v 1.82 2006/11/25 23:52:23 marcus Exp $ # PORTNAME= epiphany -PORTVERSION= 2.16.1 -PORTREVISION= 1 +PORTVERSION= 2.17.0 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -74,8 +73,4 @@ pre-everything:: @${ECHO_MSG} " WITH_OPENSP=yes Enable support for OpenSP SGML validation" @${ECHO_MSG} "" -post-patch: - @${REINPLACE_CMD} -e '/^EPIPHANY_API_VERSION=/s/2\.16/${EPHY_VERSION}/' \ - ${WRKSRC}/configure - .include <bsd.port.post.mk> |