diff options
author | seb <seb> | 2002-06-26 10:29:33 +0000 |
---|---|---|
committer | seb <seb> | 2002-06-26 10:29:33 +0000 |
commit | ffae2d518c48d3d79fda3e02dcb0e79c3fbc1aef (patch) | |
tree | 9e5fcee06244c048489fb5197f01b82baef7be38 /devel/bonobo | |
parent | 57b861d2e101c9a13115d231f46b57c51e9caa28 (diff) | |
download | pkgsrc-ffae2d518c48d3d79fda3e02dcb0e79c3fbc1aef.tar.gz |
Substitute a couple of `mkdir' by `${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
Diffstat (limited to 'devel/bonobo')
-rw-r--r-- | devel/bonobo/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/bonobo/PLIST b/devel/bonobo/PLIST index 5923b7e6416..bc523d0a976 100644 --- a/devel/bonobo/PLIST +++ b/devel/bonobo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/04/10 14:33:44 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/06/26 10:29:37 seb Exp $ bin/bonobo-application-x-mines bin/bonobo-audio-ulaw bin/bonobo-echo @@ -195,15 +195,15 @@ share/oaf/Bonobo_Sample_Mines.oaf share/oaf/Bonobo_Sample_Paint.oaf share/oaf/Bonobo_Sample_Text.oaf share/oaf/Bonobo_Selector.oaf -@exec ${MKDIR} -p %D/share/gnome/ui +@exec ${MKDIR} %D/share/gnome/ui @dirrm share/gnome/ui -@exec ${MKDIR} -p %D/share/gnome/bonobo/docs/audio_ulaw/C/images +@exec ${MKDIR} %D/share/gnome/bonobo/docs/audio_ulaw/C/images @dirrm share/gnome/bonobo/docs/audio_ulaw/C/images @dirrm share/gnome/bonobo/docs/audio_ulaw/C @dirrm share/gnome/bonobo/docs/audio_ulaw @dirrm share/gnome/bonobo/docs @dirrm share/gnome/bonobo -@exec ${MKDIR} -p %D/share/bonobo/html/bonobo +@exec ${MKDIR} %D/share/bonobo/html/bonobo @dirrm share/bonobo/html/bonobo @dirrm share/bonobo/html @dirrm share/bonobo |