diff options
author | skrll <skrll> | 2002-02-05 22:39:00 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-02-05 22:39:00 +0000 |
commit | 3f3f3f83cf34d0c5bd758e032bcdbbce40e4eae8 (patch) | |
tree | 533303137022845ae02b523e64f45e133c5d6473 /www/galeon | |
parent | 6975a50de930e6bde9c77d6dceb1fcfd5e7ae65c (diff) | |
download | pkgsrc-3f3f3f83cf34d0c5bd758e032bcdbbce40e4eae8.tar.gz |
/bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/galeon/PLIST b/www/galeon/PLIST index ebeb47a4561..68d1d20fe8a 100644 --- a/www/galeon/PLIST +++ b/www/galeon/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2001/12/28 04:41:37 taya Exp $ +@comment $NetBSD: PLIST,v 1.7 2002/02/05 22:39:08 skrll Exp $ bin/galeon bin/galeon-bin bin/galeon-config-tool @@ -266,10 +266,10 @@ share/sounds/galeon/clicked.wav @exec %D/bin/gconftool --shutdown @exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults %D/bin/gconftool --makefile-install-rule %D/etc/gconf/schemas/galeon.schemas @dirrm share/sounds/galeon -@exec /bin/mkdir -p %D/share/omf/galeon +@exec ${MKDIR} -p %D/share/omf/galeon @dirrm share/omf/galeon @dirrm share/gnome/help/galeon-manual/C/stylesheet-images -@exec /bin/mkdir -p %D/share/gnome/help/galeon-manual/C/figures +@exec ${MKDIR} -p %D/share/gnome/help/galeon-manual/C/figures @dirrm share/gnome/help/galeon-manual/C/figures @dirrm share/gnome/help/galeon-manual/C @dirrm share/gnome/help/galeon-manual |