summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 10:38:53 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 10:38:53 +0800
commit9ef4ab5f088a7e4e1294fd7b162116b6aab7b7f5 (patch)
treee063d6d9f3dd77e747b76f0ad531483c965fd2af /x11-toolkits
parent3727e389d73ac14ff324845bc9aef488318cef92 (diff)
downloadmarcuscom-ports-9ef4ab5f088a7e4e1294fd7b162116b6aab7b7f5.tar
marcuscom-ports-9ef4ab5f088a7e4e1294fd7b162116b6aab7b7f5.tar.gz
marcuscom-ports-9ef4ab5f088a7e4e1294fd7b162116b6aab7b7f5.tar.bz2
marcuscom-ports-9ef4ab5f088a7e4e1294fd7b162116b6aab7b7f5.tar.lz
marcuscom-ports-9ef4ab5f088a7e4e1294fd7b162116b6aab7b7f5.tar.xz
marcuscom-ports-9ef4ab5f088a7e4e1294fd7b162116b6aab7b7f5.tar.zst
marcuscom-ports-9ef4ab5f088a7e4e1294fd7b162116b6aab7b7f5.zip
X11BASE -> LOCALBASE, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6711 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/eel/Makefile5
-rw-r--r--x11-toolkits/eel/files/patch-eel_eel-open-with-dialog.c2
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile
index 14c750f9f..a33fbad94 100644
--- a/x11-toolkits/eel/Makefile
+++ b/x11-toolkits/eel/Makefile
@@ -3,11 +3,12 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/eel/Makefile,v 1.39 2006/07/11 12:31:56 ahze Exp $
+# $MCom$
#
PORTNAME= eel
PORTVERSION= 2.15.4
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -29,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
post-patch:
- @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \
+ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/eel/eel-open-with-dialog.c
.include <bsd.port.mk>
diff --git a/x11-toolkits/eel/files/patch-eel_eel-open-with-dialog.c b/x11-toolkits/eel/files/patch-eel_eel-open-with-dialog.c
index b94075cd3..09270d77c 100644
--- a/x11-toolkits/eel/files/patch-eel_eel-open-with-dialog.c
+++ b/x11-toolkits/eel/files/patch-eel_eel-open-with-dialog.c
@@ -5,7 +5,7 @@
FALSE);
gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (chooser),
- "/usr/bin");
-+ "%%X11BASE%%/bin");
++ "%%LOCALBASE%%/bin");
gtk_widget_show (chooser);
}