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 | |
parent | c08ac951281185890e47808e2450683a64af9e05 (diff) | |
download | pkgsrc-c78670e7fb1655212960a850acf4785542b9ca7e.tar.gz |
`@unexec ${RMDIR}' needs the %D prefix. Doh.
-rw-r--r-- | chat/gnomeicu/PLIST | 8 | ||||
-rw-r--r-- | editors/gnotepad/PLIST | 6 | ||||
-rw-r--r-- | graphics/gnome-iconedit/PLIST | 4 | ||||
-rw-r--r-- | misc/hitchhiker/PLIST | 4 | ||||
-rw-r--r-- | misc/ktail/PLIST | 6 | ||||
-rw-r--r-- | news/nntpcache/PLIST | 4 | ||||
-rw-r--r-- | x11/gnome-core/PLIST | 6 |
7 files changed, 19 insertions, 19 deletions
diff --git a/chat/gnomeicu/PLIST b/chat/gnomeicu/PLIST index 5b3362a651b..c74a5b28247 100644 --- a/chat/gnomeicu/PLIST +++ b/chat/gnomeicu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:31 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/07/19 04:54:23 mycroft Exp $ bin/gnomeicu bin/gnomeicu-client etc/CORBA/servers/GnomeICU.gnorba @@ -122,6 +122,6 @@ share/sounds/gnomeicu/message.wav @dirrm share/gnomeicu/icons @dirrm share/gnomeicu @dirrm share/sounds/gnomeicu -@unexec ${RMDIR} share/applets/Network 2> /dev/null || true -@unexec ${RMDIR} etc/sound/events 2> /dev/null || true -@unexec ${RMDIR} etc/CORBA/servers 2> /dev/null || true +@unexec ${RMDIR} %D/share/applets/Network 2> /dev/null || true +@unexec ${RMDIR} %D/etc/sound/events 2> /dev/null || true +@unexec ${RMDIR} %D/etc/CORBA/servers 2> /dev/null || true diff --git a/editors/gnotepad/PLIST b/editors/gnotepad/PLIST index a7e135ebaff..72032c2591f 100644 --- a/editors/gnotepad/PLIST +++ b/editors/gnotepad/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:36 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/07/19 04:54:23 mycroft Exp $ bin/gnp man/man1/gnp.1 share/gnome/apps/Applications/gnotepad+.desktop @@ -114,5 +114,5 @@ share/locale/ja/LC_MESSAGES/gnotepad+.mo @dirrm share/gnotepad+ @dirrm share/gnome/help/gnotepad+/C @dirrm share/gnome/help/gnotepad+ -@unexec ${RMDIR} share/gnome/help 2> /dev/null || true -@unexec ${RMDIR} share/gnome/apps/Applications 2> /dev/null || true +@unexec ${RMDIR} %D/share/gnome/help 2> /dev/null || true +@unexec ${RMDIR} %D/share/gnome/apps/Applications 2> /dev/null || true diff --git a/graphics/gnome-iconedit/PLIST b/graphics/gnome-iconedit/PLIST index 4021cea9280..97d14dde97f 100644 --- a/graphics/gnome-iconedit/PLIST +++ b/graphics/gnome-iconedit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:43 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/07/19 04:54:24 mycroft Exp $ bin/gnome-iconedit etc/CORBA/servers/gnome-iconedit.gnorba share/gnome/apps/Graphics/gnome-iconedit.desktop @@ -30,4 +30,4 @@ share/pixmaps/gnome-iconedit/selector.png @dirrm share/pixmaps/gnome-iconedit @dirrm share/gnome/help/gnome-iconedit/C @dirrm share/gnome/help/gnome-iconedit -@unexec ${RMDIR} -p share/gnome/apps/Graphics 2>/dev/null || true +@unexec ${RMDIR} -p %D/share/gnome/apps/Graphics 2>/dev/null || true 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 diff --git a/news/nntpcache/PLIST b/news/nntpcache/PLIST index 5607d0e36cc..71e91081984 100644 --- a/news/nntpcache/PLIST +++ b/news/nntpcache/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2002/06/26 10:29:53 seb Exp $ +@comment $NetBSD: PLIST,v 1.8 2002/07/19 04:54:24 mycroft Exp $ etc/nntpcache/VERSION etc/nntpcache/innreport.conf-dist etc/nntpcache/innreport.pl @@ -33,7 +33,7 @@ libexec/nntpcache-gdb.sh libexec/nntpcache.gdb man/man8/newshound.8 man/man8/nntpcached.8 -@unexec ${RMDIR} etc/nntpcache 2>/dev/null || true +@unexec ${RMDIR} %D/etc/nntpcache 2>/dev/null || true @exec ${MKDIR} /var/spool/nntpcache @exec cp %D/etc/nntpcache/VERSION /var/spool/nntpcache/VERSION @exec ${CHOWN} -R news:news /var/spool/nntpcache 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 |