diff options
author | mycroft <mycroft@pkgsrc.org> | 2002-07-19 04:54:23 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2002-07-19 04:54:23 +0000 |
commit | c78670e7fb1655212960a850acf4785542b9ca7e (patch) | |
tree | 5e9dacc356a8bee62052756ced27b76f7f54f583 /misc | |
parent | c08ac951281185890e47808e2450683a64af9e05 (diff) | |
download | pkgsrc-c78670e7fb1655212960a850acf4785542b9ca7e.tar.gz |
`@unexec ${RMDIR}' needs the %D prefix. Doh.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/hitchhiker/PLIST | 4 | ||||
-rw-r--r-- | misc/ktail/PLIST | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/hitchhiker/PLIST b/misc/hitchhiker/PLIST index ddd27147d69..ee0f9b9d23c 100644 --- a/misc/hitchhiker/PLIST +++ b/misc/hitchhiker/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:52 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/07/19 04:54:24 mycroft Exp $ bin/hh2000 share/gnome/apps/Applications/hh2000.desktop share/hh2000/data/asteroids.csv @@ -50,7 +50,7 @@ share/pixmaps/hh2000/star.xpm share/pixmaps/hh2000/step_forward.xpm share/pixmaps/hh2000/step_reverse.xpm share/pixmaps/hh2000icon.png -@unexec ${RMDIR} -p share/gnome/apps/Applications 2> /dev/null || true +@unexec ${RMDIR} -p %D/share/gnome/apps/Applications 2> /dev/null || true @dirrm share/pixmaps/hh2000 @dirrm share/hh2000/scripts @dirrm share/hh2000/maps diff --git a/misc/ktail/PLIST b/misc/ktail/PLIST index 7d0574a121d..2fa2f1acaf2 100644 --- a/misc/ktail/PLIST +++ b/misc/ktail/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2001/11/13 21:25:13 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/07/19 04:54:24 mycroft Exp $ bin/ktail share/doc/kde/HTML/en/ktail/index.html share/kde/applnk/Applications/ktail.desktop share/kde/icons/locolor/16x16/apps/ktail.png share/kde/icons/locolor/32x32/apps/ktail.png share/kde/locale/de/LC_MESSAGES/ktail.mo -@unexec ${RMDIR} share/kde/locale/de/LC_MESSAGES 2>/dev/null || ${TRUE} -@unexec ${RMDIR} share/kde/locale/de 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/kde/locale/de/LC_MESSAGES 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/kde/locale/de 2>/dev/null || ${TRUE} @dirrm share/doc/kde/HTML/en/ktail |