summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-24 07:24:55 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-24 07:24:55 +0800
commit2b0f80aa62c9cfdf3ca851a30ed882a10a726a8b (patch)
treed70b8da7f228156210c2d2d443e577aa1fb13658 /net
parentb15f1d149b199101455906db8d5eb893bdc2b733 (diff)
downloadmarcuscom-ports-2b0f80aa62c9cfdf3ca851a30ed882a10a726a8b.tar
marcuscom-ports-2b0f80aa62c9cfdf3ca851a30ed882a10a726a8b.tar.gz
marcuscom-ports-2b0f80aa62c9cfdf3ca851a30ed882a10a726a8b.tar.bz2
marcuscom-ports-2b0f80aa62c9cfdf3ca851a30ed882a10a726a8b.tar.lz
marcuscom-ports-2b0f80aa62c9cfdf3ca851a30ed882a10a726a8b.tar.xz
marcuscom-ports-2b0f80aa62c9cfdf3ca851a30ed882a10a726a8b.tar.zst
marcuscom-ports-2b0f80aa62c9cfdf3ca851a30ed882a10a726a8b.zip
X11BASE -> LOCALBASE, gecko ports live in LOCALBASE. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6722 df743ca5-7f9a-e211-a948-0013205c9059
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 c176172a1..12d8e49e7 100644
--- a/net/liferea/Makefile
+++ b/net/liferea/Makefile
@@ -7,7 +7,7 @@
PORTNAME= liferea
PORTVERSION= 1.0.16
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= liferea
@@ -75,7 +75,7 @@ post-patch:
-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("${X11BASE}/lib/${GECKO}")|' \
+ ${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