diff options
author | wiz <wiz> | 2002-10-13 17:08:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-13 17:08:56 +0000 |
commit | 645e64dd884e0ee4b115d9fa6bc8caa69491c5ed (patch) | |
tree | 98c5f24961a6eead2571e7576c3c56eff43cfb01 | |
parent | 2f77d8dee5ad12e335d67389a35417645a3251aa (diff) | |
download | pkgsrc-645e64dd884e0ee4b115d9fa6bc8caa69491c5ed.tar.gz |
Remove a bogus directory in the post-install step.
-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" |