diff options
author | skrll <skrll@pkgsrc.org> | 2002-02-05 22:39:00 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-02-05 22:39:00 +0000 |
commit | 9bd4180d57c9e2c28c4aac8677063ec431119e63 (patch) | |
tree | 533303137022845ae02b523e64f45e133c5d6473 /www/galeon/PLIST | |
parent | b3700b38d37190359d013dc19584d4dd27a83714 (diff) | |
download | pkgsrc-9bd4180d57c9e2c28c4aac8677063ec431119e63.tar.gz |
/bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
Diffstat (limited to 'www/galeon/PLIST')
-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 |