diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-20 03:06:20 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-20 03:06:20 +0800 |
commit | 15b2da4e7400e4784657201f206a7ccf00cea053 (patch) | |
tree | b494f0d4af7b3545290e2aefde4e83a06e9c1025 /net/liferea/Makefile | |
parent | ee72fd0ff89d000d5eac8e5afb3bee4740fa0cc1 (diff) | |
download | marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.gz marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.bz2 marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.lz marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.xz marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.zst marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.zip |
Sync w/ FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7073 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/liferea/Makefile')
-rw-r--r-- | net/liferea/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index d07e792e1..bfcad1348 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -6,7 +6,7 @@ # PORTNAME= liferea -PORTVERSION= 1.0.19 +PORTVERSION= 1.0.21 PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -68,15 +68,10 @@ LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus post-patch: .ifdef WITH_MOZILLA - ${REINPLACE_CMD} -e 's,/usr/lib/mozilla,${LOCALBASE}/lib/${GECKO},g ; \ - s,%FREEBSD_MOZILLA_HOME%,${LOCALBASE}/lib/${GECKO},' \ - ${WRKSRC}/src/liferea.in ${REINPLACE_CMD} -e 's,firefox-,$$gecko_provider-,g' \ -e 's,\(gecko_provider=\).*$$,\1${GECKO},' \ -e 's,{print $$1},{print $$2},g' \ ${WRKSRC}/configure - ${REINPLACE_CMD} -e 's|gtk_moz_embed_set_comp_path(NULL)|gtk_moz_embed_set_comp_path("${LOCALBASE}/lib/${GECKO}")|' \ - ${WRKSRC}/src/mozilla/mozilla.c .endif .ifdef WITH_XPI @${MKDIR} ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab} |