From 1547b41a03ee940d583fb6376d229ce75a13fd6c Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 15 Jun 2003 17:07:57 +0000 Subject: Make sure not to use C++ keywords. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@876 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/libbonobo/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'devel') 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 -- cgit v1.2.3