summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-06-21 07:38:29 +0000
committertron <tron@pkgsrc.org>1999-06-21 07:38:29 +0000
commit8e941c1ab410d21573858bee4f1049e5d01272ce (patch)
treed18083b1e804f9c048cbe13f8b5022bf8aec76ba /x11
parente32ddd387868aa01a575cc17042659047367f35d (diff)
downloadpkgsrc-8e941c1ab410d21573858bee4f1049e5d01272ce.tar.gz
Don't attempt to remove directories in "share/locale" because they
are used by several other packages.
Diffstat (limited to 'x11')
-rw-r--r--x11/windowmaker/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile
index d30df54c06b..5e25c139c4c 100644
--- a/x11/windowmaker/Makefile
+++ b/x11/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 1999/06/21 05:13:57 jlam Exp $
+# $NetBSD: Makefile,v 1.32 1999/06/21 07:38:29 tron Exp $
DISTNAME= WindowMaker-0.60.0
PKGNAME= windowmaker-0.60.0
@@ -87,8 +87,6 @@ post-install:
if [ -f ${WRKSRC}/WPrefs.app/po/$${lang}.mo ]; then \
${ECHO} share/locale/$${lang}/LC_MESSAGES/WPrefs.mo; \
fi; \
- ${ECHO} @dirrm share/locale/$${lang}/LC_MESSAGES; \
- ${ECHO} @dirrm share/locale/$${lang}; \
done) >>${PLIST_SRC}
.endif