diff options
author | wiz <wiz> | 2002-10-13 17:08:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-13 17:08:56 +0000 |
commit | 43a72d5d2385e4e089bce422077ee190b10fb82d (patch) | |
tree | 98c5f24961a6eead2571e7576c3c56eff43cfb01 /devel/bonobo/Makefile | |
parent | 67f92319f9df64c1b69c75fe05e257e43b5ab9af (diff) | |
download | pkgsrc-43a72d5d2385e4e089bce422077ee190b10fb82d.tar.gz |
Remove a bogus directory in the post-install step.
Diffstat (limited to 'devel/bonobo/Makefile')
-rw-r--r-- | devel/bonobo/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 79d611804b6..c1eb8f9107e 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2002/09/21 08:48:39 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2002/10/13 17:08:56 wiz Exp $ # DISTNAME= bonobo-1.0.18 @@ -25,6 +25,11 @@ CONFIGURE_ENV+= X11BASE="${X11BASE}" USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +post-install: + -@${RMDIR} ${PREFIX}/share/libefs/html/libefs + -@${RMDIR} ${PREFIX}/share/libefs/html + -@${RMDIR} ${PREFIX}/share/libefs + .include "../../graphics/gdk-pixbuf-gnome/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" .include "../../print/gnome-print/buildlink2.mk" |