diff options
author | tron <tron> | 2001-12-17 05:42:53 +0000 |
---|---|---|
committer | tron <tron> | 2001-12-17 05:42:53 +0000 |
commit | 4e0dc7b097a3c101bef5f644073c6479c1a3eb2e (patch) | |
tree | 1bcc571c5c89ffb4f56966d9e32e23221343e550 /chat | |
parent | 35c1e2aee614f53e939abeea96834d96e6bc040c (diff) | |
download | pkgsrc-4e0dc7b097a3c101bef5f644073c6479c1a3eb2e.tar.gz |
Replace broken "rmdir -r" with "@dirrm".
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gaim/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gaim/PLIST b/chat/gaim/PLIST index 0f423cdc135..6e51f3b9b01 100644 --- a/chat/gaim/PLIST +++ b/chat/gaim/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/12/15 03:00:43 reinoud Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/12/17 05:42:53 tron Exp $ bin/gaim man/man1/gaim.1 lib/gaim/autorecon.so @@ -42,4 +42,4 @@ ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gaim.mo share/gnome/apps/Internet/gaim.desktop share/pixmaps/gaim.xpm @unexec rmdir -p %D/share/gnome/apps/Internet 2>/dev/null || true -@unexec rmdir -r lib/gaim +@dirrm lib/gaim |