diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-13 05:51:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-13 05:51:24 +0000 |
commit | b5f6353049d6962dedd59fdc3f841bf5e6b78f2d (patch) | |
tree | d3b18d1d3679db9ee5826df430682d2b2e88bbff /www/epiphany | |
parent | 916abe841a9ac828d90e1892260e206d6c9fdcd6 (diff) | |
download | ports-b5f6353049d6962dedd59fdc3f841bf5e6b78f2d.tar.gz ports-b5f6353049d6962dedd59fdc3f841bf5e6b78f2d.zip |
Notes
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index fe6497c645e8..fc20a74840fa 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -8,7 +8,7 @@ PORTNAME= epiphany PORTVERSION= 2.24.3 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -98,6 +98,8 @@ post-patch: ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/lib/mozilla/plugins"|/lib/browser_plugins/symlinks/gecko18"|' \ ${WRKSRC}/embed/mozilla/mozilla-embed-single.cpp + @${REINPLACE_CMD} -e 's|@with_engine@|mozilla|' \ + ${WRKSRC}/data/epiphany.pc.in post-install: ${INSTALL_DATA} ${WRKSRC}/data/epiphany-fonts.schemas \ |