diff options
author | wiz <wiz@pkgsrc.org> | 2006-06-26 17:11:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-06-26 17:11:39 +0000 |
commit | 6c7a558a1199affd792c6d1ef8ff9db24e58af4d (patch) | |
tree | e017eaef08f13c4616d332c477c0c76de1641d46 /devel/bonobo/Makefile | |
parent | 409320eef30a6bba893477c91fcc52f1df0a79dd (diff) | |
download | pkgsrc-6c7a558a1199affd792c6d1ef8ff9db24e58af4d.tar.gz |
Fix build with gcc4. Addresses PR 33766.
Clean up a pkglint warning while here.
Diffstat (limited to 'devel/bonobo/Makefile')
-rw-r--r-- | devel/bonobo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index a45a3263143..ffbc9cf0954 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2006/04/17 13:46:02 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2006/06/26 17:11:39 wiz Exp $ DISTNAME= bonobo-1.0.22 PKGREVISION= 2 @@ -27,9 +27,9 @@ CONFIGURE_ARGS+= --enable-gtk-doc=no PKGCONFIG_OVERRIDE= libefs/libefs.pc.in post-install: - -@${RMDIR} ${PREFIX}/share/libefs/html/libefs - -@${RMDIR} ${PREFIX}/share/libefs/html - -@${RMDIR} ${PREFIX}/share/libefs + -${RMDIR} ${PREFIX}/share/libefs/html/libefs + -${RMDIR} ${PREFIX}/share/libefs/html + -${RMDIR} ${PREFIX}/share/libefs .include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" |