diff options
author | mycroft <mycroft> | 2002-07-19 04:54:23 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2002-07-19 04:54:23 +0000 |
commit | 095738b80e2130a501b07dda5d0534128568b825 (patch) | |
tree | 5e9dacc356a8bee62052756ced27b76f7f54f583 /x11/gnome-core | |
parent | 2b73324bdaddb890f72fd8c1886c868a85aaecc8 (diff) | |
download | pkgsrc-095738b80e2130a501b07dda5d0534128568b825.tar.gz |
`@unexec ${RMDIR}' needs the %D prefix. Doh.
Diffstat (limited to 'x11/gnome-core')
-rw-r--r-- | x11/gnome-core/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-core/PLIST b/x11/gnome-core/PLIST index 26759d0997a..0f3430f1ae9 100644 --- a/x11/gnome-core/PLIST +++ b/x11/gnome-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2002/04/10 20:23:18 jlam Exp $ +@comment $NetBSD: PLIST,v 1.8 2002/07/19 04:54:24 mycroft Exp $ bin/deskguide_applet bin/gmenu bin/gnome-about @@ -1051,8 +1051,8 @@ share/pixmaps/vnterm.xpm @dirrm share/pixmaps/mailcheck @dirrm share/pixmaps/fish @dirrm share/omf/gnome-core -@unexec ${RMDIR} share/mc/templates 2>/dev/null || ${TRUE} -@unexec ${RMDIR} share/mc 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/mc/templates 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/mc 2>/dev/null || ${TRUE} @dirrm share/gnome/panel @dirrm share/gnome/html/panel @dirrm share/gnome/hints |