diff options
author | skrll <skrll> | 2002-02-05 22:03:54 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-02-05 22:03:54 +0000 |
commit | 1e46c4fcb46ce71acc50b8a0b15e9bdb41072cbd (patch) | |
tree | 56af762bde30735e262b242a5215334ab1f28cdc /sysutils/gnome-vfs | |
parent | 2f71672966d7536954118b750e7276f1b7671bf4 (diff) | |
download | pkgsrc-1e46c4fcb46ce71acc50b8a0b15e9bdb41072cbd.tar.gz |
Don't hardcode /usr/X11R6 when making directories or running X based
programs such as mkfontdir use ${X11BASE} instead.
Also pick up a couple of /bin/chmod -> ${CHMOD}s
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 06fe9c8dec8..2a10b2b1e7e 100644 --- a/sysutils/gnome-vfs/PLIST +++ b/sysutils/gnome-vfs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/12/29 11:07:45 abs Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/05 22:03:56 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 /usr/X11R6/share/gtk-doc/html/gnome-vfs +@exec /bin/mkdir -p %D/share/gtk-doc/html/gnome-vfs @dirrm share/gtk-doc/html/gnome-vfs @dirrm lib/vfs/modules @dirrm lib/vfs/extfs |