summaryrefslogtreecommitdiff
path: root/devel/gettext-old
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-01 01:50:03 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-01 01:50:03 +0000
commitac098acc33e5d51181597bcd5c47eada0f784a6f (patch)
tree9114b63dc679f73a271abe3dbd7c4bdbb665100d /devel/gettext-old
parentUse an OSVERSION closer to the time when egcs became the system compiler (diff)
Use the force option to rm(1) to avoid the possibility of errors on
deinstall. PR: 13677 (3 of 10) Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=22780
Diffstat (limited to 'devel/gettext-old')
-rw-r--r--devel/gettext-old/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gettext-old/pkg-plist b/devel/gettext-old/pkg-plist
index 88b598cad226..4dc27131d682 100644
--- a/devel/gettext-old/pkg-plist
+++ b/devel/gettext-old/pkg-plist
@@ -60,6 +60,6 @@ share/locale/locale.alias
@dirrm share/gettext/intl
@dirrm share/gettext/po
@dirrm share/gettext
-@unexec rm -r %D/share/locale
+@unexec rm -rf %D/share/locale
@exec mkdir -p %%X11BASE%%/share/locale
-@unexec rm -r %%X11BASE%%/share/locale
+@unexec rm -rf %%X11BASE%%/share/locale