diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-11 11:43:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-11 11:43:44 +0000 |
commit | 7349a7e8afbccebe2329fcdc778d6948ae911c57 (patch) | |
tree | 3d11d2930d45630f67e91c60644a0115c680427a /net | |
parent | 13a285d71775dbb0f9833c7d353a068964e51dca (diff) | |
download | ports-7349a7e8afbccebe2329fcdc778d6948ae911c57.tar.gz ports-7349a7e8afbccebe2329fcdc778d6948ae911c57.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/liferea/Makefile | 4 |
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 |