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 /www/galeon | |
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 'www/galeon')
-rw-r--r-- | www/galeon/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/galeon/PLIST b/www/galeon/PLIST index 6a41033de38..ba4ee7d4b6b 100644 --- a/www/galeon/PLIST +++ b/www/galeon/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2002/06/09 15:40:37 taya Exp $ +@comment $NetBSD: PLIST,v 1.12 2002/06/26 10:30:07 seb Exp $ bin/galeon bin/galeon-bin bin/galeon-config-tool @@ -341,7 +341,7 @@ share/omf/galeon/galeon-manual-C.omf share/pixmaps/galeon.png share/sounds/galeon/clicked.wav @dirrm share/sounds/galeon -@exec ${MKDIR} -p %D/share/omf/galeon +@exec ${MKDIR} %D/share/omf/galeon @dirrm share/omf/galeon @dirrm share/gnome/help/galeon-manual/C/stylesheet-images @dirrm share/gnome/help/galeon-manual/C/figures |