diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-16 01:07:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-16 01:07:57 +0800 |
commit | 1547b41a03ee940d583fb6376d229ce75a13fd6c (patch) | |
tree | 8d614d8d12db536c70dd0cd14c393d2da742e118 /devel | |
parent | 6b648b06dbff7b6385584608528e3a993ad8e32c (diff) | |
download | marcuscom-ports-1547b41a03ee940d583fb6376d229ce75a13fd6c.tar marcuscom-ports-1547b41a03ee940d583fb6376d229ce75a13fd6c.tar.gz marcuscom-ports-1547b41a03ee940d583fb6376d229ce75a13fd6c.tar.bz2 marcuscom-ports-1547b41a03ee940d583fb6376d229ce75a13fd6c.tar.lz marcuscom-ports-1547b41a03ee940d583fb6376d229ce75a13fd6c.tar.xz marcuscom-ports-1547b41a03ee940d583fb6376d229ce75a13fd6c.tar.zst marcuscom-ports-1547b41a03ee940d583fb6376d229ce75a13fd6c.zip |
Make sure not to use C++ keywords.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@876 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libbonobo/Makefile | 5 |
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> |