diff options
author | mycroft <mycroft> | 2002-07-19 04:54:23 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2002-07-19 04:54:23 +0000 |
commit | 6c079cc33d2959ca60fb601b862509376108dc87 (patch) | |
tree | 5e9dacc356a8bee62052756ced27b76f7f54f583 /chat/gnomeicu | |
parent | a83af7bfaf45b47dde403a0b4366e9bc688c89ae (diff) | |
download | pkgsrc-6c079cc33d2959ca60fb601b862509376108dc87.tar.gz |
`@unexec ${RMDIR}' needs the %D prefix. Doh.
Diffstat (limited to 'chat/gnomeicu')
-rw-r--r-- | chat/gnomeicu/PLIST | 8 |
1 files changed, 4 insertions, 4 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 |