aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-02-11 19:43:44 +0800
committerpav <pav@FreeBSD.org>2007-02-11 19:43:44 +0800
commitff84d0da3718bc9157f388eb9c4525804a13dda2 (patch)
tree9932f3f3686c05989092bb638ba3fd1045b89c6a /net
parent6009fe712fcb4be700b248915a3c10a6445351a2 (diff)
downloadfreebsd-ports-gnome-ff84d0da3718bc9157f388eb9c4525804a13dda2.tar.gz
freebsd-ports-gnome-ff84d0da3718bc9157f388eb9c4525804a13dda2.tar.zst
freebsd-ports-gnome-ff84d0da3718bc9157f388eb9c4525804a13dda2.zip
- Correct configure patching when WITH_MOZILLA is on
Reported by: mezz
Diffstat (limited to 'net')
-rw-r--r--net/liferea/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile
index 8407d9ad6801..f89aecfe8d0a 100644
--- a/net/liferea/Makefile
+++ b/net/liferea/Makefile
@@ -84,9 +84,9 @@ LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus
post-patch:
.ifdef WITH_MOZILLA
- ${REINPLACE_CMD} -e 's,firefox-,$$gecko_provider-,g' \
+ @${REINPLACE_CMD} -e 's,firefox-,$$gecko_provider-,g' \
-e 's,\(gecko_provider=\).*$$,\1${GECKO},' \
- -e 's,{print $$1},{print $$2},g' \
+ -e '/INCLUDE/s,{print $$1},{print $$2},g' \
${WRKSRC}/configure
.endif
.ifdef WITH_XPI