diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-13 17:08:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-13 17:08:56 +0000 |
commit | d9b0e9a4fe4eeb0829741051de3fad6ee04650af (patch) | |
tree | 98c5f24961a6eead2571e7576c3c56eff43cfb01 /devel | |
parent | 17f5ae48ac9a7d32d4bd4b5856a9ca044d649f7b (diff) | |
download | pkgsrc-d9b0e9a4fe4eeb0829741051de3fad6ee04650af.tar.gz |
Remove a bogus directory in the post-install step.
Diffstat (limited to 'devel')
-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" |