diff options
author | tron <tron@pkgsrc.org> | 1999-06-21 07:38:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-21 07:38:29 +0000 |
commit | 8e941c1ab410d21573858bee4f1049e5d01272ce (patch) | |
tree | d18083b1e804f9c048cbe13f8b5022bf8aec76ba /x11 | |
parent | e32ddd387868aa01a575cc17042659047367f35d (diff) | |
download | pkgsrc-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/Makefile | 4 |
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 |