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 /sysutils/gnome-vfs | |
parent | b3700b38d37190359d013dc19584d4dd27a83714 (diff) | |
download | pkgsrc-9bd4180d57c9e2c28c4aac8677063ec431119e63.tar.gz |
/bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
Diffstat (limited to 'sysutils/gnome-vfs')
-rw-r--r-- | sysutils/gnome-vfs/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome-vfs/PLIST b/sysutils/gnome-vfs/PLIST index 2a10b2b1e7e..8ecaa270386 100644 --- a/sysutils/gnome-vfs/PLIST +++ b/sysutils/gnome-vfs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/02/05 22:03:56 skrll Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/02/05 22:39:08 skrll Exp $ bin/gnome-vfs-config etc/gnome-vfs-mime-magic etc/vfs/modules/default-modules.conf @@ -145,7 +145,7 @@ share/locale/wa/LC_MESSAGES/gnome-vfs.mo share/locale/zh_TW/LC_MESSAGES/gnome-vfs.mo share/mime-info/gnome-vfs.keys share/mime-info/gnome-vfs.mime -@exec /bin/mkdir -p %D/share/gtk-doc/html/gnome-vfs +@exec ${MKDIR} -p %D/share/gtk-doc/html/gnome-vfs @dirrm share/gtk-doc/html/gnome-vfs @dirrm lib/vfs/modules @dirrm lib/vfs/extfs |