diff options
author | wiz <wiz> | 2004-11-09 09:13:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-09 09:13:04 +0000 |
commit | a002ef7836cf5f0b1571b324eb52315e667b7edf (patch) | |
tree | c659d0944d14fca024c04ca2a4b80a9d1e323be6 /devel | |
parent | 3ce5e3f9dab7f423a1f56fbbd200bd8c618ebc38 (diff) | |
download | pkgsrc-a002ef7836cf5f0b1571b324eb52315e667b7edf.tar.gz |
Fix PLIST to create an empty dir, so that "make deinstall" works for binary packages.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bonobo/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bonobo/PLIST b/devel/bonobo/PLIST index 6f524ffa115..7080746d692 100644 --- a/devel/bonobo/PLIST +++ b/devel/bonobo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2004/09/22 08:09:24 jlam Exp $ +@comment $NetBSD: PLIST,v 1.11 2004/11/09 09:13:04 wiz Exp $ bin/bonobo-application-x-mines bin/bonobo-audio-ulaw bin/bonobo-echo @@ -178,6 +178,7 @@ share/oaf/Bonobo_Selector.oaf @dirrm share/gnome/bonobo/docs/audio_ulaw @dirrm share/gnome/bonobo/docs @dirrm share/gnome/bonobo +@exec ${MKDIR} %D/share/bonobo/html/bonobo @dirrm share/bonobo/html/bonobo @dirrm share/bonobo/html @dirrm share/bonobo |