summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-08 05:36:05 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-08 05:36:05 +0800
commit11fc3313f50917993b399b0df8828a861283551a (patch)
tree19474d90fd861500fe61e0ec88d7cc872da3cdc4 /x11-toolkits
parent96ea7c2b446c981b9fdad8b4e9a61ec0989fc31b (diff)
downloadmarcuscom-ports-11fc3313f50917993b399b0df8828a861283551a.tar
marcuscom-ports-11fc3313f50917993b399b0df8828a861283551a.tar.gz
marcuscom-ports-11fc3313f50917993b399b0df8828a861283551a.tar.bz2
marcuscom-ports-11fc3313f50917993b399b0df8828a861283551a.tar.lz
marcuscom-ports-11fc3313f50917993b399b0df8828a861283551a.tar.xz
marcuscom-ports-11fc3313f50917993b399b0df8828a861283551a.tar.zst
marcuscom-ports-11fc3313f50917993b399b0df8828a861283551a.zip
- Use gnome-applications.menu
- Bump PORTREVISION ** Everything below x11/gnome2 should work with new gnome-applications.menu now git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7265 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/eel/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile
index c0bd1e7ad..47b4a9867 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.44 2006/08/22 00:27:15 ahze Exp $
+# $MCom: ports/x11-toolkits/eel/Makefile,v 1.45 2006/09/04 14:31:14 ahze Exp $
#
PORTNAME= eel
PORTVERSION= 2.16.0
+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,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
post-patch:
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|; \
+ s|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/eel/eel-open-with-dialog.c
.include <bsd.port.mk>