summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormycroft <mycroft>2002-07-19 04:54:23 +0000
committermycroft <mycroft>2002-07-19 04:54:23 +0000
commit6c079cc33d2959ca60fb601b862509376108dc87 (patch)
tree5e9dacc356a8bee62052756ced27b76f7f54f583 /misc
parenta83af7bfaf45b47dde403a0b4366e9bc688c89ae (diff)
downloadpkgsrc-6c079cc33d2959ca60fb601b862509376108dc87.tar.gz
`@unexec ${RMDIR}' needs the %D prefix. Doh.
Diffstat (limited to 'misc')
-rw-r--r--misc/hitchhiker/PLIST4
-rw-r--r--misc/ktail/PLIST6
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