summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/libbonobo/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile
index fd6254ef5..f271669c4 100644
--- a/devel/libbonobo/Makefile
+++ b/devel/libbonobo/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libbonobo
PORTVERSION= 2.3.3
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3
@@ -30,4 +31,8 @@ MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale
MAN1= bonobo-activation-server.1
+post-patch:
+ @${REINPLACE_CMD} -e 's|template|tmpl|g' \
+ ${WRKSRC}/bonobo/bonobo-main.[ch]
+
.include <bsd.port.mk>